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/10/05 04:37:08 UTC

[4/6] git commit: Fix link and invalid Velocity variable.

Fix link and invalid Velocity variable.


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

Branch: refs/heads/master
Commit: 01f97a38ad7ff85f1f93788f987471cda551bac6
Parents: 6efeeed
Author: Matt Sicker <ma...@apache.org>
Authored: Sat Oct 4 20:58:41 2014 -0500
Committer: Matt Sicker <ma...@apache.org>
Committed: Sat Oct 4 20:58:41 2014 -0500

----------------------------------------------------------------------
 src/site/xdoc/build.xml.vm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/01f97a38/src/site/xdoc/build.xml.vm
----------------------------------------------------------------------
diff --git a/src/site/xdoc/build.xml.vm b/src/site/xdoc/build.xml.vm
index 16fdb96..db93302 100644
--- a/src/site/xdoc/build.xml.vm
+++ b/src/site/xdoc/build.xml.vm
@@ -15,6 +15,7 @@
  See the License for the specific language governing permissions and
  limitations under the License.
 -->
+#set($dollar = '$')
 <document xmlns="http://maven.apache.org/XDOC/2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 	xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd/xdoc-2.0.xsd">
 
@@ -25,7 +26,7 @@
 	<body>
 		<section name="Building and Installing Log4j">
 
-      <p>
+      <p class="text-info">
         <i>The information below is for developers who want to modify Log4j or
         contribute to Log4j. If your goal is to add logging to your application
         you don't need to build from the source code,
@@ -52,7 +53,7 @@
       </p>
       <pre>mvn site
 [Windows] mvn site:stage-deploy -DstagingSiteURL=file:///%HOME%/log4j
-[Unix] mvn site:stage-deploy -DstagingSiteURL=file:///$HOME/log4j</pre>
+[Unix] mvn site:stage-deploy -DstagingSiteURL=file:///${dollar}HOME/log4j</pre>
       <p>
           To rebuild only what's changed and execute the tests, run: <kbd>mvn test</kbd>
       </p>
@@ -63,7 +64,7 @@
     </section>
 	<section name="Releasing Log4j">
       <p>
-	    Please see the wiki <a href="http://jira.codehaus.org/browse/MSITE-695">https://wiki.apache.org/logging/Log4j2ReleaseGuide</a>.
+	    Please see the wiki <a href="https://wiki.apache.org/logging/Log4j2ReleaseGuide">Log4j2ReleaseGuide</a>.
       </p>
     </section>
 	</body>