folder.properties
上传用户:qing5858
上传日期:2015-10-27
资源大小:6056k
文件大小:1k
源码类别:

搜索引擎

开发平台:

Java

  1. #
  2. # Configuration of the folder structures to be used by the build script.
  3. #
  4. # $Id: folder.properties,v 1.6 2003/03/27 17:43:53 vanrogu Exp $
  5. #
  6. build=build
  7. src.main=src
  8. src.test=test
  9. res=res
  10. res.lib=res/lib
  11. res.bin=res/bin
  12. res.conf=res/conf
  13. res.output=res/output
  14. res.common=res/common
  15. stage=stage
  16. stage.src=stage/src
  17. stage.src.main=stage/src/main
  18. stage.src.test=stage/src/test
  19. stage.compiled=stage/compiled
  20. stage.compiled.main=stage/compiled/main
  21. stage.compiled.test=stage/compiled/test
  22. stage.doc=stage/doc
  23. stage.doc.api=stage/doc/api
  24. stage.doc.todo=stage/doc/todo
  25. stage.doc.junit.xml=stage/doc/junit-xml
  26. stage.doc.junit.report=stage/doc/junit
  27. dist=dist
  28. dist.prepared=dist/prepared
  29. dist.packaged=dist/packaged