Fix robot syntax with robot.tidy tool
[integration/test.git] / csit / libraries / NexusKeywords.robot
index 929a91264ccfd8dfa7b9b3060bd971aa6184634c..9ef7e74c31634db1506004136d8f0a4709bd39e9 100644 (file)
@@ -1,16 +1,16 @@
 *** Settings ***
 Documentation     Nexus repository access keywords, and supporting Java and Maven handling.
-...
+...           
 ...               Copyright (c) 2015,2016 Cisco Systems, Inc. and others. All rights reserved.
-...
+...           
 ...               This program and the accompanying materials are made available under the
 ...               terms of the Eclipse Public License v1.0 which accompanies this distribution,
 ...               and is available at http://www.eclipse.org/legal/epl-v10.html
-...
-...
+...           
+...           
 ...               This library encapsulates a bunch of somewhat complex and commonly used
 ...               Nexus operations into reusable keywords to make writing test suites easier.
-...
+...           
 ...               Currently, Java version detection is incorporated so that Java tools can be run reliably.
 ...               Also, suport for installing and running Maven is added, as that needs the Java detection.
 ...               TODO: Move Java detection and Maven to a separate Resource, or rename this Resource.