Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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)
Loading