From dc141c55f645b323ba579c91045504599c377a31 Mon Sep 17 00:00:00 2001 From: Victor Woeltjen Date: Fri, 31 Oct 2014 10:04:32 -0700 Subject: [PATCH] [Build] Change indentation Use four-space indentation in build script, for consistency with HTML and JavaScript sources. WTD-519. --- pom.xml | 228 ++++++++++++++++++++++++++++---------------------------- 1 file changed, 114 insertions(+), 114 deletions(-) diff --git a/pom.xml b/pom.xml index 5d24452292..6f3a481d6c 100644 --- a/pom.xml +++ b/pom.xml @@ -2,133 +2,133 @@ - 4.0.0 - gov.nasa.arc.wtd - open-mct-web - 0.2.0-SNAPSHOT - Open MCT Web - war + 4.0.0 + gov.nasa.arc.wtd + open-mct-web + 0.2.0-SNAPSHOT + Open MCT Web + war - - UTF-8 - + + UTF-8 + - + - + - - org.apache.maven.plugins - maven-war-plugin - 2.4 - - . - - index.html, - *.json, - **/src/*, - **/res/*, - **/bundle.json - - false - - + + org.apache.maven.plugins + maven-war-plugin + 2.4 + + . + + index.html, + *.json, + **/src/*, + **/res/*, + **/bundle.json + + false + + - - - com.github.klieber - phantomjs-maven-plugin - 0.2.1 - - - - install - - - - - 1.9.2 - - + + + com.github.klieber + phantomjs-maven-plugin + 0.2.1 + + + + install + + + + + 1.9.2 + + - - - - org.codehaus.mojo - exec-maven-plugin - 1.1 - + + + + org.codehaus.mojo + exec-maven-plugin + 1.1 + - - Jasmine Specs - test - - exec - + + Jasmine Specs + test + + exec + - - . - - platform/framework/test/lib/run_jasmine_test.coffee - test.html - ${project.build.directory}/platform-test-results.html - - - + + . + + platform/framework/test/lib/run_jasmine_test.coffee + test.html + ${project.build.directory}/platform-test-results.html + + + - - - ${phantomjs.binary} - - + + + ${phantomjs.binary} + + - - - maven-resources-plugin - 2.6 - - - copy-resources - test - - copy-resources - - - ${project.build.directory}/platform/framework/test/lib - - - platform/framework/test/lib - false - - - - - - + + + maven-resources-plugin + 2.6 + + + copy-resources + test + + copy-resources + + + ${project.build.directory}/platform/framework/test/lib + + + platform/framework/test/lib + false + + + + + + - - - org.codehaus.mojo - jslint-maven-plugin - 1.0.1 - - ${basedir} - - **/lib/** - - - - - - jslint - - - - + + + org.codehaus.mojo + jslint-maven-plugin + 1.0.1 + + ${basedir} + + **/lib/** + + + + + + jslint + + + + - - + +