From 992e473b7286ddb3b2f3c1fd94244f427f83f8fd Mon Sep 17 00:00:00 2001 From: DerFlash Date: Thu, 13 Sep 2012 14:57:02 +0200 Subject: Fix problems with async chat event not sending messages to xmpp chat spy --- EssentialsXMPP/nbproject/project.properties | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'EssentialsXMPP/nbproject') diff --git a/EssentialsXMPP/nbproject/project.properties b/EssentialsXMPP/nbproject/project.properties index 66d780451..ace5022d0 100644 --- a/EssentialsXMPP/nbproject/project.properties +++ b/EssentialsXMPP/nbproject/project.properties @@ -1,5 +1,6 @@ annotation.processing.enabled=true annotation.processing.enabled.in.editor=false +annotation.processing.processors.list= annotation.processing.run.all.processors=true annotation.processing.source.output=${build.generated.sources.dir}/ap-source-output application.title=EssentialsXMPP @@ -64,14 +65,14 @@ dist.javadoc.dir=${dist.dir}/javadoc endorsed.classpath= excludes= file.reference.bukkit.jar=../lib/bukkit.jar -file.reference.smack-3.2.1.jar=../lib/smack-3.2.1.jar +file.reference.smack-3.2.2.jar=../lib/smack-3.2.2.jar includes=** jar.archive.disabled=${jnlp.enabled} jar.compress=true jar.index=${jnlp.enabled} javac.classpath=\ ${reference.Essentials.jar}:\ - ${file.reference.smack-3.2.1.jar}:\ + ${file.reference.smack-3.2.2.jar}:\ ${file.reference.bukkit.jar} # Space-separated list of extra javac options javac.compilerargs=-Xlint:unchecked -- cgit v1.2.3