我是eclipse r4应用程序开发的新手。 导出应用程序时,我希望项目根目录中的一个文件夹处于导出状态。 我在build.properties中检查了文件夹“config”,但仍然无法在最终导出中看到该文件夹。
这是我的build.properties
output.. = bin/
bin.includes = META-INF/,\
.,\
Application.e4xmi,\
bin/,\
log4j.xml,\
plugin.xml,\
splash.bmp,\
config/,\
css/,\
icons/,\
lib/
\
lib/log4j-api-2.3.jar,\
lib/log4j-core-2.3.jar
source.. = src/
jars.compile.order = .
如前所述,我也提出过 Eclipse-BundleShape:dir 在MANIFEST.MF但仍然没有出现“config”文件夹。任何帮助将是适当的。提前谢谢。