打包时过滤文件
在build.properties中的bin.excludes加入要过滤的文件
(例如:过滤jar包中所有文件夹下的CC配置文件.copyarea.db,应该填写 bin.excludes = **/.copyarea.db )
构建时过滤文件
Properties -> Java Compiler -> Building
勾选Enable project specific settings, 在Output folder栏的Filtered Resources中填写你要过滤的文件 (例如:过滤bin目录中所有文件夹下的CC配置文件.copyarea.db,应该填写 *.copyarea.db)