Skip to content

Commit

Permalink
Including LICENSE.txt in the JAR files
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaroslav Tulach committed Apr 26, 2021
1 parent d901fd1 commit 722accd
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions make/langtools/netbeans/nb-javac/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -97,13 +97,12 @@
<include name="javax/tools/*"/>
<include name="jdk/internal/PreviewFeature*"/>
<include name="javax/annotation/**/*"/>

</fileset>
<fileset dir="${nb.javac.dir}">
<include name="README.md"/>
<include name="LICENSE.tx"/>
<include name="SECURITY.md"/>
</fileset>
<fileset dir="${nb.javac.dir}">
<include name="README.md"/>
<include name="LICENSE.txt"/>
<include name="SECURITY.md"/>
</fileset>
</jar>
<jar destfile="${dist.dir}/nb-javac-${nb-javac-ver}-impl.jar">
<fileset dir="${build.classes.dir}">
Expand All @@ -112,11 +111,11 @@
<include name="jdk/internal/PreviewFeature*"/>
<include name="java/lang/**/*"/>
</fileset>
<fileset dir="${nb.javac.dir}">
<include name="README.md"/>
<include name="LICENSE.tx"/>
<include name="SECURITY.md"/>
</fileset>
<fileset dir="${nb.javac.dir}">
<include name="README.md"/>
<include name="LICENSE.txt"/>
<include name="SECURITY.md"/>
</fileset>
</jar>
<delete file="${dist.jar}"/>
</target>
Expand Down

0 comments on commit 722accd

Please sign in to comment.