Skip to content
This repository was archived by the owner on Jan 30, 2019. It is now read-only.

Commit 984701f

Browse files
author
jst
committed
Sources need to include properties as well as pictures, even if they do not have the right license header
svn path=/trunk/; revision=60
1 parent 05c6a18 commit 984701f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

javahelp_nbproject/build.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,10 @@ have any questions.
6868
<or>
6969
<contains text="GNU General Public License"/>
7070
<filename name="**/nbproject/*.xml"/>
71-
<filename name="**/nbproject/*.properties"/>
71+
<filename name="**/*.properties"/>
72+
<filename name="**/*.gif"/>
73+
<filename name="**/*.png"/>
74+
<filename name="**/*.jpg"/>
7275
<filename name="**/manifest.mf"/>
7376
<filename name="jhMaster/JavaHelp/javahelp/bin/jhindexer"/>
7477
<filename name="jhMaster/JavaHelp/javahelp/bin/jhsearch"/>

0 commit comments

Comments
 (0)