[testng] 308/355: Doc tweaks.

Eugene Zhukov eugene-guest at moszumanska.debian.org
Tue Aug 18 10:20:18 UTC 2015


This is an automated email from the git hooks/post-receive script.

eugene-guest pushed a commit to annotated tag OpenBSD
in repository testng.

commit 7de8b23f8b39396c07cb5d7c227ab752d79c333a
Author: Cedric Beust <cedric at beust.com>
Date:   Sat May 9 15:26:11 2015 -0700

    Doc tweaks.
---
 doc/download.html | 17 ++++++++++-------
 1 file changed, 10 insertions(+), 7 deletions(-)

diff --git a/doc/download.html b/doc/download.html
index be2546f..afddc46 100644
--- a/doc/download.html
+++ b/doc/download.html
@@ -3,8 +3,13 @@
         <title>TestNG - Download Current Release and Beta Versions</title>
         <script type="text/javascript" src="banner.js"></script>
         <link rel="stylesheet" href="testng.css" type="text/css" />
+		<script type="text/javascript" src="http://beust.com/prettify.js"></script>
+		<script type="text/javascript" src="http://beust.com/scripts/shCore.js"></script>
+		<script type="text/javascript" src="http://beust.com/scripts/shBrushPlain.js"></script>
+		<script type="text/javascript" src="http://beust.com/scripts/shBrushXml.js"></script>
+		<script type="text/javascript" src="http://beust.com/scripts/shBrushJava.js"></script>
       </head>
-<body>
+<body onload="prettyPrint()">
 
 <script type="text/javascript">
     displayMenu("download.html")
@@ -17,15 +22,13 @@
 
 <h4>Maven</h4>
 
-<pre class="brush:xml">
-
+<pre class="brush: xml">
     <repositories>
       <repository>
         <id>central</id>
         <name>bintray</name>
         <url>http://jcenter.bintray.com</url>
-        </repository>
-      </repositories>
+      </repository>
     </repositories>
 
     <dependency>
@@ -38,7 +41,7 @@
 
 <h4>Gradle</h4>
 
-<pre class="brush:xml">
+<pre class="brush: java">
 repositories {
     jcenter()
 }
@@ -52,7 +55,7 @@ dependencies {
 <h4>Eclipse plug-in</h4>
 <p>You can use either the Eclipse Market Place or the update site:</p>
 <ul>
-	<li>Select<i> Help / Software updates / Find and Install.</i> 
+	<li>Select<i> Help / Install new software.</i> 
 	</li>
 	<li><i>Search for new features to install.</i> 
 	</li>

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/testng.git



More information about the pkg-java-commits mailing list