You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by ma...@apache.org on 2014/09/06 07:05:06 UTC

git commit: Fix projectDir in log4j-iostreams.

Repository: logging-log4j2
Updated Branches:
  refs/heads/master 810720e0b -> 833101824


Fix projectDir in log4j-iostreams.


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

Branch: refs/heads/master
Commit: 833101824013a90f747c0c2c9729307dab67a4c9
Parents: 810720e
Author: Matt Sicker <ma...@apache.org>
Authored: Sat Sep 6 00:04:26 2014 -0500
Committer: Matt Sicker <ma...@apache.org>
Committed: Sat Sep 6 00:04:26 2014 -0500

----------------------------------------------------------------------
 log4j-iostreams/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/83310182/log4j-iostreams/pom.xml
----------------------------------------------------------------------
diff --git a/log4j-iostreams/pom.xml b/log4j-iostreams/pom.xml
index e59213c..cb795ad 100644
--- a/log4j-iostreams/pom.xml
+++ b/log4j-iostreams/pom.xml
@@ -31,7 +31,7 @@
   <properties>
     <log4jParentDir>${basedir}/..</log4jParentDir>
     <docLabel>Streaming Documentation</docLabel>
-    <projectDir>/slf4j-streams</projectDir>
+    <projectDir>/log4j-iostreams</projectDir>
   </properties>
   <dependencies>
     <dependency>