Skip to content
Snippets Groups Projects
Commit 71d6901d authored by brutzman's avatar brutzman
Browse files

Avoid compilation or inclusion of student project depending on mutex libraries...

Avoid compilation or inclusion of student project depending on mutex libraries only available in JDK8
parent 813a2cb4
No related branches found
No related tags found
No related merge requests found
...@@ -30,13 +30,16 @@ debug.test.classpath=\ ...@@ -30,13 +30,16 @@ debug.test.classpath=\
debug.test.modulepath=\ debug.test.modulepath=\
${run.test.modulepath} ${run.test.modulepath}
# Files in build.classes.dir which should be excluded from distribution jar # Files in build.classes.dir which should be excluded from distribution jar
dist.archive.excludes= # Avoid compilation or inclusion of student project depending on mutex libraries only available in JDK8
# https://stackoverflow.com/questions/27906896/exclude-package-from-build-but-not-from-view-in-netbeans-8
excludes=**/MV3500Cohort2019JulySeptember/projects/BrennenstuhlKnobelochMcCann/**
dist.archive.excludes=**/MV3500Cohort2019JulySeptember/projects/BrennenstuhlKnobelochMcCann/**
# This directory is removed when the project is cleaned: # This directory is removed when the project is cleaned:
dist.dir=dist dist.dir=dist
dist.jar=${dist.dir}/Networked_Graphics_MV3500_assignments.jar dist.jar=${dist.dir}/Networked_Graphics_MV3500_assignments.jar
dist.javadoc.dir=${dist.dir}/javadoc dist.javadoc.dir=${dist.dir}/javadoc
endorsed.classpath= endorsed.classpath=
excludes=
file.reference.commons-io-2.6.jar=../lib/commons-io-2.6.jar file.reference.commons-io-2.6.jar=../lib/commons-io-2.6.jar
file.reference.dis-enums-1.3.jar=../lib/dis-enums-1.3.jar file.reference.dis-enums-1.3.jar=../lib/dis-enums-1.3.jar
file.reference.guava-28.0-jre.jar=../lib/guava-28.0-jre.jar file.reference.guava-28.0-jre.jar=../lib/guava-28.0-jre.jar
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment