Skip to content

Commit 2c5a897

Browse files
committed
build now includes NOTICE.txt in the jar
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/io/trunk@140555 13f79535-47bb-0310-9956-ffa450edef68
1 parent 568689b commit 2c5a897

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

project.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,8 +190,18 @@
190190
<directory>data/test</directory>
191191
</resource>
192192
</resources>
193+
193194
</unitTest>
194195

196+
<resources>
197+
<resource>
198+
<targetPath>META-INF</targetPath>
199+
<includes>
200+
<include>NOTICE.txt</include>
201+
</includes>
202+
</resource>
203+
</resources>
204+
195205
</build>
196206

197207
<reports>

0 commit comments

Comments
 (0)