Unsupported library that attempts to punch holes through NAT
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

project.properties 1.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. build.classes.dir=${build.dir}/classes
  2. build.classes.excludes=**/*.java,**/*.form
  3. # This directory is removed when the project is cleaned:
  4. build.dir=build
  5. build.generated.dir=${build.dir}/generated
  6. build.generated.sources.dir=${build.dir}/generated-sources
  7. # Only compile against the classpath explicitly listed here:
  8. build.sysclasspath=ignore
  9. build.test.classes.dir=${build.dir}/test/classes
  10. build.test.results.dir=${build.dir}/test/results
  11. debug.classpath=\
  12. ${run.classpath}
  13. debug.test.classpath=\
  14. ${run.test.classpath}
  15. # This directory is removed when the project is cleaned:
  16. dist.dir=dist
  17. dist.jar=${dist.dir}/NatTraversal.jar
  18. dist.javadoc.dir=${dist.dir}/javadoc
  19. excludes=
  20. includes=**
  21. jar.compress=false
  22. javac.classpath=
  23. # Space-separated list of extra javac options
  24. javac.compilerargs=
  25. javac.deprecation=false
  26. javac.source=1.5
  27. javac.target=1.5
  28. javac.test.classpath=\
  29. ${javac.classpath}:\
  30. ${build.classes.dir}:\
  31. ${libs.junit.classpath}:\
  32. ${libs.junit_4.classpath}
  33. javadoc.additionalparam=
  34. javadoc.author=false
  35. javadoc.encoding=${source.encoding}
  36. javadoc.noindex=false
  37. javadoc.nonavbar=false
  38. javadoc.notree=false
  39. javadoc.private=false
  40. javadoc.splitindex=true
  41. javadoc.use=true
  42. javadoc.version=false
  43. javadoc.windowtitle=
  44. main.class=com.md87.nat.test.SimpleDemo
  45. manifest.file=manifest.mf
  46. meta.inf.dir=${src.dir}/META-INF
  47. platform.active=default_platform
  48. run.classpath=\
  49. ${javac.classpath}:\
  50. ${build.classes.dir}
  51. # Space-separated list of JVM arguments used when running the project
  52. # (you may also define separate properties like run-sys-prop.name=value instead of -Dname=value
  53. # or test-sys-prop.name=value to set system properties for unit tests):
  54. run.jvmargs=
  55. run.test.classpath=\
  56. ${javac.test.classpath}:\
  57. ${build.test.classes.dir}
  58. source.encoding=UTF-8
  59. src.dir=src
  60. test.src.dir=test