diff --git a/assignments/nbproject/project.properties b/assignments/nbproject/project.properties index 6e6876fa79820b0ea57290915c0a9c2e2b7dd733..61f390aa6f03fc2eae0d4291e0d876c3e86dfbbb 100644 --- a/assignments/nbproject/project.properties +++ b/assignments/nbproject/project.properties @@ -30,13 +30,16 @@ debug.test.classpath=\ debug.test.modulepath=\ ${run.test.modulepath} # 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: dist.dir=dist dist.jar=${dist.dir}/Networked_Graphics_MV3500_assignments.jar dist.javadoc.dir=${dist.dir}/javadoc endorsed.classpath= -excludes= 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.guava-28.0-jre.jar=../lib/guava-28.0-jre.jar