Fix package names

git-svn-id: https://svn.apache.org/repos/asf/onami/trunk@1573283 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/logging/src/site/apt/juli.apt.vm b/logging/src/site/apt/juli.apt.vm
index 7dc989d..a239d45 100644
--- a/logging/src/site/apt/juli.apt.vm
+++ b/logging/src/site/apt/juli.apt.vm
@@ -40,7 +40,7 @@
 +--------------------------------------+
 
   then, when creating the <<<com.google.inject.Injector>>>, add the
-  <<<org.nnsoft.guice.sli4j.juli.JuliLoggingModule>>> module; please take note
+  <<<org.apache.onami.logging.juli.JuliLoggingModule>>> module; please take note
   that users have to specify the classes <<<com.google.inject.matcher.Matcher>>>
   for whom the logging injection has to be applied:
 
diff --git a/test/src/test/resources/log4j.properties b/test/src/test/resources/log4j.properties
index b6a8072..3836f2c 100644
--- a/test/src/test/resources/log4j.properties
+++ b/test/src/test/resources/log4j.properties
@@ -21,7 +21,7 @@
 #log4j.rootCategory=DEBUG, CONSOLE
 
 # Set the enterprise logger category to FATAL and its only appender to CONSOLE.
-#log4j.logger.org.nnsoft.guice.junice=CONSOLE
+#log4j.logger.org.apache.onami=CONSOLE
 
 # CONSOLE is set to be a ConsoleAppender using a PatternLayout.
 #log4j.appender.CONSOLE=org.apache.log4j.ConsoleAppender