Skip to content

Commit

Permalink
HDDS-11769. Add tools folder into ozone src package. (apache#7466)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChenSammi authored Nov 22, 2024
1 parent 3b8ed58 commit 6ca7230
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 23 deletions.
42 changes: 22 additions & 20 deletions hadoop-ozone/dist/src/main/assemblies/ozone-src.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,28 +32,30 @@
<source>NOTICE.txt</source>
<outputDirectory>/</outputDirectory>
</file>
<file>
<source>hadoop-ozone/dist/src/main/license/src/licenses/LICENSE-angular-nvd3.txt</source>
<outputDirectory>/licenses</outputDirectory>
</file>
<file>
<source>hadoop-ozone/dist/src/main/license/src/licenses/LICENSE-angular.txt</source>
<outputDirectory>/licenses</outputDirectory>
</file>
<file>
<source>hadoop-ozone/dist/src/main/license/src/licenses/LICENSE-d3.txt</source>
<outputDirectory>/licenses</outputDirectory>
</file>
<file>
<source>hadoop-ozone/dist/src/main/license/src/licenses/LICENSE-nvd3.txt</source>
<outputDirectory>/licenses</outputDirectory>
</file>
<file>
<source>hadoop-ozone/dist/src/main/license/src/licenses/LICENSE-jquery.txt</source>
<outputDirectory>/licenses</outputDirectory>
</file>
</files>
<fileSets>
<fileSet>
<directory>hadoop-ozone/dist/src/main/license/src/licenses</directory>
<outputDirectory>/licenses</outputDirectory>
<includes>
<include>LICENSE-*.txt</include>
</includes>
</fileSet>
<fileSet>
<directory>tools</directory>
<outputDirectory>/tools</outputDirectory>
<includes>
<include>**/*</include>
</includes>
<useDefaultExcludes>true</useDefaultExcludes>
<excludes>
<exclude>**/.classpath</exclude>
<exclude>**/.project</exclude>
<exclude>**/.settings</exclude>
<exclude>**/*.iml</exclude>
<exclude>**/target/**</exclude>
</excludes>
</fileSet>
<fileSet>
<directory>.</directory>
<includes>
Expand Down
6 changes: 3 additions & 3 deletions hadoop-ozone/dist/src/main/license/src/licenses/IMPORTANT.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@

# Important

The files from this directory are not copied by automatically to the source distribution package.
The files from this directory are copied automatically to the source distribution package
via the `hadoop-ozone/dist/src/main/assemblies/ozone-src.xml` file.

If you add any of the files to here,
* please also adjust `hadoop-ozone/dist/src/main/assemblies/ozone-src.xml` file.
* and copy the dependency to ../../bin/licenses (if it's included in the bin tar)
* copy the dependency to ../../bin/licenses (if it's included in the bin tar)

0 comments on commit 6ca7230

Please sign in to comment.