From 487b8213a57ffadf88c87af7d24ea8a2055be61e Mon Sep 17 00:00:00 2001 From: Peter Wu Date: Fri, 2 May 2014 17:31:47 +0200 Subject: Speed up compilation by ignoring samples crap Do not remove the Chapter*/ example files, they may be useful in the future. For now just remove it from the sources list. --- nbproject/project.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nbproject/project.properties b/nbproject/project.properties index e5aabb7..4d50f26 100644 --- a/nbproject/project.properties +++ b/nbproject/project.properties @@ -26,7 +26,7 @@ dist.dir=dist dist.jar=${dist.dir}/TwitterDataAnalytics.jar dist.javadoc.dir=${dist.dir}/javadoc endorsed.classpath= -excludes= +excludes=Chapter*/ file.reference.collections-generic-4.01.jar=lib/collections-generic-4.01.jar file.reference.colt-1.2.0.jar=lib/colt-1.2.0.jar file.reference.commons-codec-1.7.jar=lib/commons-codec-1.7.jar -- cgit v1.2.1