You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by st...@apache.org on 2012/12/12 12:06:55 UTC

git commit: damn you IDE for not auto-adding for me

Updated Branches:
  refs/heads/logging/slf4j-log4j 730a6fc77 -> 0ef5dd14d


damn you IDE for not auto-adding for me


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

Branch: refs/heads/logging/slf4j-log4j
Commit: 0ef5dd14d8840bbf22e97defdd196977f7f1ecc4
Parents: 730a6fc
Author: Stephen Connolly <st...@gmail.com>
Authored: Wed Dec 12 11:06:42 2012 +0000
Committer: Stephen Connolly <st...@gmail.com>
Committed: Wed Dec 12 11:06:42 2012 +0000

----------------------------------------------------------------------
 build.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven/blob/0ef5dd14/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index 4bbbec9..5b81e85 100644
--- a/build.xml
+++ b/build.xml
@@ -34,7 +34,7 @@ END SNIPPET: ant-bootstrap -->
   <property name="distributionDirectory" value="apache-maven"/>
   <property name="distributionId" value="apache-maven"/>
   <property name="distributionShortName" value="Maven"/>
-  <property name="distributionName" value="Apache Maven"/>
+  <property name="distributionName" value="Apache Maven (log4j)"/>
   <property name="it.workdir.version" value="3.0.x" />
 
   <target name="initTaskDefs">