Skip to content
Snippets Groups Projects
Select Git revision
  • eb1d9a3be281a6845ad0aef21fd7b8bf3e28bf4c
  • master default protected
  • TMSS-3279
  • L2SS-1914-fix_job_dispatch
  • TMSS-3170
  • TMSS-3167
  • TMSS-3161
  • TMSS-3158-Front-End-Only-Allow-Changing-Again
  • TMSS-3133
  • TMSS-3319-Fix-Templates
  • test-fix-deploy
  • TMSS-3134
  • TMSS-2872
  • defer-state
  • add-custom-monitoring-points
  • TMSS-3101-Front-End-Only
  • TMSS-984-choices
  • SDC-1400-Front-End-Only
  • TMSS-3079-PII
  • TMSS-2936
  • check-for-max-244-subbands
  • Before-Remove-TMSS
  • LOFAR-Release-4_4_318 protected
  • LOFAR-Release-4_4_317 protected
  • LOFAR-Release-4_4_316 protected
  • LOFAR-Release-4_4_315 protected
  • LOFAR-Release-4_4_314 protected
  • LOFAR-Release-4_4_313 protected
  • LOFAR-Release-4_4_312 protected
  • LOFAR-Release-4_4_311 protected
  • LOFAR-Release-4_4_310 protected
  • LOFAR-Release-4_4_309 protected
  • LOFAR-Release-4_4_308 protected
  • LOFAR-Release-4_4_307 protected
  • LOFAR-Release-4_4_306 protected
  • LOFAR-Release-4_4_304 protected
  • LOFAR-Release-4_4_303 protected
  • LOFAR-Release-4_4_302 protected
  • LOFAR-Release-4_4_301 protected
  • LOFAR-Release-4_4_300 protected
  • LOFAR-Release-4_4_299 protected
41 results

project.properties

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    project.properties 1.63 KiB
    application.args=
    build.classes.dir=${build.dir}/classes
    build.classes.excludes=**/*.java,**/*.form
    # This directory is removed when the project is cleaned:
    build.dir=build
    build.generated.dir=${build.dir}/generated
    # Only compile against the classpath explicitly listed here:
    build.sysclasspath=ignore
    build.test.classes.dir=${build.dir}/test/classes
    build.test.results.dir=${build.dir}/test/results
    debug.classpath=\
        ${run.classpath}
    debug.test.classpath=\
        ${run.test.classpath}
    # This directory is removed when the project is cleaned:
    dist.dir=dist
    dist.jar=${dist.dir}/PlotterConfig.jar
    dist.javadoc.dir=${dist.dir}/javadoc
    jar.compress=false
    javac.classpath=
    # Space-separated list of extra javac options
    javac.compilerargs=
    javac.deprecation=false
    javac.source=1.5
    javac.target=1.5
    javac.test.classpath=\
        ${javac.classpath}:\
        ${build.classes.dir}:\
        ${libs.junit.classpath}
    javadoc.additionalparam=
    javadoc.author=false
    javadoc.encoding=
    javadoc.noindex=false
    javadoc.nonavbar=false
    javadoc.notree=false
    javadoc.private=false
    javadoc.splitindex=true
    javadoc.use=true
    javadoc.version=false
    javadoc.windowtitle=
    main.class=
    manifest.file=manifest.mf
    meta.inf.dir=${src.dir}/META-INF
    platform.active=default_platform
    run.classpath=\
        ${javac.classpath}:\
        ${build.classes.dir}
    # Space-separated list of JVM arguments used when running the project
    # (you may also define separate properties like run-sys-prop.name=value instead of -Dname=value
    # or test-sys-prop.name=value to set system properties for unit tests):
    run.jvmargs=
    run.test.classpath=\
        ${javac.test.classpath}:\
        ${build.test.classes.dir}
    src.dir=src
    test.src.dir=test