Skip to content
Snippets Groups Projects
Commit e1deb525 authored by Oliver Rieger's avatar Oliver Rieger
Browse files

driver changed project settings modified.

parent bfa394a0
No related branches found
No related tags found
No related merge requests found
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry exported="true" kind="lib" path="de.fu_berlin.inf.dpp_1.0.x.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="lib" path="lib/log4j-1.2.15.jar"/>
......
......@@ -17,14 +17,15 @@ log4j.appender.MeinDaRoFiAppender.layout.ConversionPattern=%-5p %d{yyyy-MM-dd :
#log4j.appender.MeinDaRoFiAppender.layout.ConversionPattern=%-5p %d %l: %n%m%n
log4j.logger.de.fu_berlin.inf.dpp=ERROR
log4j.logger.de.fu_berlin.inf.dpp.concurrent=INFO
log4j.logger.de.fu_berlin.inf.dpp.concurrent=WARN
log4j.logger.de.fu_berlin.inf.dpp.project.internal=ERROR
log4j.logger.de.fu_berlin.inf.dpp.invitation.internal=ERROR
log4j.logger.de.fu_berlin.inf.dpp.net=ERROR
log4j.logger.de.fu_berlin.inf.dpp.util=ERROR
log4j.logger.de.fu_berlin.inf.dpp.net.internal=ERROR
log4j.logger.de.fu_berlin.inf.dpp.net.internal.XMPPChatTransmitter=DEBUG
log4j.logger.de.fu_berlin.inf.dpp.net.internal.XMPPChatTransmitter=INFO
log4j.logger.de.fu_berlin.inf.dpp.net.internal.MultiUserChatManager=ERROR
log4j.logger.de.fu_berlin.inf.dpp.net.internal.PrivateChatManager=ERROR
log4j.logger.de.fu_berlin.inf.dpp.net.internal.ActivitySequencer=DEBUG
log4j.logger.de.fu_berlin.inf.dpp.net.internal.ExecuterQueue=INFO
log4j.logger.de.fu_berlin.inf.dpp.net.jingle=ERROR
......@@ -162,7 +162,7 @@ public class ActivitySequencer implements RequestForwarder, IActivitySequencer,
if (!concurrentManager.isHostSide()
&& concurrentManager.exec(activity) != null) {
// CLIENT SIDE
// TODO: siehe 6
logger.debug("Execute received activity (without jupiter): "+activity);
for (IActivityProvider executor : providers) {
executor.exec(activity);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment