From a52719a25b3e78f443b0751dc6eb7187a308f11f Mon Sep 17 00:00:00 2001 From: Alexandre Archambault Date: Thu, 18 Jun 2015 17:52:24 +0100 Subject: [PATCH] Cleaning --- web/src/main/resources/index-opt.html | 18 ------------------ .../resources/{index-dev.html => index.html} | 0 2 files changed, 18 deletions(-) delete mode 100644 web/src/main/resources/index-opt.html rename web/src/main/resources/{index-dev.html => index.html} (100%) diff --git a/web/src/main/resources/index-opt.html b/web/src/main/resources/index-opt.html deleted file mode 100644 index c1345a152..000000000 --- a/web/src/main/resources/index-opt.html +++ /dev/null @@ -1,18 +0,0 @@ - - - - Dependency resolution with Coursier - - - - -
- -
- - - - - diff --git a/web/src/main/resources/index-dev.html b/web/src/main/resources/index.html similarity index 100% rename from web/src/main/resources/index-dev.html rename to web/src/main/resources/index.html