This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 64740

Summary: Add "**/doc-files/**" into the default exclusion list of JAR files
Product: java Reporter: vieiro <vieiro>
Component: ProjectAssignee: Tomas Zezula <tzezula>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 5.x   
Hardware: PC   
OS: Linux   
Issue Type: ENHANCEMENT Exception Reporter:

Description vieiro 2005-09-20 13:04:26 UTC
In NetBeans build 200509191800 (and all previous ones, probably) the default
list of files to exclude from builds is:

**/*.java,**/*.form

I propose adding

**/package.html,**/doc-files/**,**/test-files/**

to that list, since "package.html" and "doc-files/*.*" and "test-files/*.*" are
usually used to document source code (javadoc standards, see
http://java.sun.com/j2se/1.5.0/docs/tooldocs/solaris/javadoc.html#unprocessed )
and should not be included in the jar files by default.