You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by mi...@apache.org on 2016/08/03 11:33:56 UTC

[06/28] logging-log4j2 git commit: Javadoc.

Javadoc.

Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/0a316f31
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/0a316f31
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/0a316f31

Branch: refs/heads/LOG4J-1181
Commit: 0a316f31b3e01804dfdb486bd7bda6b63b2894f4
Parents: a71d29f
Author: Gary Gregory <gg...@apache.org>
Authored: Thu Jul 28 16:59:45 2016 -0700
Committer: Gary Gregory <gg...@apache.org>
Committed: Thu Jul 28 16:59:45 2016 -0700

----------------------------------------------------------------------
 .../log4j/core/osgi/equinox/EquinoxLoadCoreBundleTest.java     | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/0a316f31/log4j-core/src/test/java/org/apache/logging/log4j/core/osgi/equinox/EquinoxLoadCoreBundleTest.java
----------------------------------------------------------------------
diff --git a/log4j-core/src/test/java/org/apache/logging/log4j/core/osgi/equinox/EquinoxLoadCoreBundleTest.java b/log4j-core/src/test/java/org/apache/logging/log4j/core/osgi/equinox/EquinoxLoadCoreBundleTest.java
index 90f6444..8995aa5 100644
--- a/log4j-core/src/test/java/org/apache/logging/log4j/core/osgi/equinox/EquinoxLoadCoreBundleTest.java
+++ b/log4j-core/src/test/java/org/apache/logging/log4j/core/osgi/equinox/EquinoxLoadCoreBundleTest.java
@@ -26,7 +26,11 @@ import org.junit.Ignore;
  * Requires that "mvn package" has been previously run, otherwise test fails its JUnit {@link Assume}.
  * </p>
  * <p>
- * For example, on Windows: "mvn clean package -DskipTests & mvn test"
+ * For example, on Windows: {@code mvn clean package -DskipTests & mvn test}
+ * </p>
+ * <p>
+ * To only test this class: {@code mvn -pl log4j-core -DskipTests clean package & mvn -pl log4j-core 
+ * -Dtest=EquinoxLoadCoreBundleTest test}
  * </p>
  */
 @Ignore