From 16b101b958551bac656364fa6ed4399799d72b0c Mon Sep 17 00:00:00 2001 From: Brettflan Date: Sat, 2 Jul 2011 17:34:49 -0500 Subject: Implemented Factions hooks for proper chat integration with it (master/dev branch) --- EssentialsChat/nbproject/project.properties | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'EssentialsChat/nbproject') diff --git a/EssentialsChat/nbproject/project.properties b/EssentialsChat/nbproject/project.properties index 08df72abc..2e51b176b 100644 --- a/EssentialsChat/nbproject/project.properties +++ b/EssentialsChat/nbproject/project.properties @@ -27,11 +27,13 @@ dist.javadoc.dir=${dist.dir}/javadoc endorsed.classpath= excludes= file.reference.bukkit-0.0.1-SNAPSHOT.jar=../lib/bukkit-0.0.1-SNAPSHOT.jar +file.reference.Factions.jar=../lib/Factions.jar includes=** jar.compress=false javac.classpath=\ ${reference.Essentials.jar}:\ - ${file.reference.bukkit-0.0.1-SNAPSHOT.jar} + ${file.reference.bukkit-0.0.1-SNAPSHOT.jar}:\ + ${file.reference.Factions.jar} # Space-separated list of extra javac options javac.compilerargs= javac.deprecation=false -- cgit v1.2.3