打包時過濾文件
在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)