Skip to content

Commit

Permalink
HDDS-11769. Add tools folder into ozone src package.
Browse files Browse the repository at this point in the history
  • Loading branch information
ChenSammi committed Nov 21, 2024
1 parent 1a49991 commit 8ac5a17
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 23 deletions.
34 changes: 14 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,22 @@
<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>*.txt</include>
</includes>
</fileSet>
<fileSet>
<directory>tools</directory>
<outputDirectory>/tools</outputDirectory>
<includes>
<include>**/*</include>
</includes>
</fileSet>
<fileSet>
<directory>.</directory>
<includes>
Expand Down
3 changes: 0 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,5 @@

# Important

The files from this directory are not copied by automatically to the source distribution package.

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)

0 comments on commit 8ac5a17

Please sign in to comment.