This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch sandbox/camel-3.x
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 263c8fd9a8375e5a244f17cd2d35ec29f810a616
Author: Andrea Cosentino <[email protected]>
AuthorDate: Fri Nov 16 15:33:16 2018 +0100

    Camel-Ipfs: Removed html folder from test resources
---
 .../src/test/resources/html/chap/ch01.html         |  13 -------
 .../src/test/resources/html/css/default.css        |  38 ---------------------
 .../src/test/resources/html/etc/userfile.txt       |   1 -
 .../src/test/resources/html/img/logo.png           | Bin 6715 -> 0 bytes
 .../camel-ipfs/src/test/resources/html/index.html  |  13 -------
 5 files changed, 65 deletions(-)

diff --git a/components/camel-ipfs/src/test/resources/html/chap/ch01.html 
b/components/camel-ipfs/src/test/resources/html/chap/ch01.html
deleted file mode 100644
index 4edc3fd..0000000
--- a/components/camel-ipfs/src/test/resources/html/chap/ch01.html
+++ /dev/null
@@ -1,13 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
-<head>
-    <title>IPFS</title>
-    <meta charset="utf-8" />
-    <link rel="stylesheet" href="./../css/default.css">
-</head>
-<body>
-<p><a href="../index.html">Home</a></p>
-<h2>Chapter 01</h2>
-<p><img src="../img/logo.png" alt="logo" /></p>
-</body>
-</html>
diff --git a/components/camel-ipfs/src/test/resources/html/css/default.css 
b/components/camel-ipfs/src/test/resources/html/css/default.css
deleted file mode 100644
index 8c0b2d5..0000000
--- a/components/camel-ipfs/src/test/resources/html/css/default.css
+++ /dev/null
@@ -1,38 +0,0 @@
-body {
-    font-family: "Verdana";
-    color: #137cb9
-}
-
-a {
-    #text-decoration: none;
-    color: #137cb9
-}
-
-a.gray {
-    color: gray;
-}
-
-h1 {
-       font-weight: normal;
-    font-size: 20px;
-}
-
-h2 {
-    font-weight: normal;
-       font-size: 15px;
-}
-
-th {
-       text-align: left;
-    font-weight: normal;
-    font-size: 14px;
-    color: gray;
-}
-
-td.gray {
-    color: gray;
-}
-tr.gray {
-    color: gray;
-}
-
diff --git a/components/camel-ipfs/src/test/resources/html/etc/userfile.txt 
b/components/camel-ipfs/src/test/resources/html/etc/userfile.txt
deleted file mode 100644
index 8fe2a4b..0000000
--- a/components/camel-ipfs/src/test/resources/html/etc/userfile.txt
+++ /dev/null
@@ -1 +0,0 @@
-The quick brown fox jumps over the lazy dog.
\ No newline at end of file
diff --git a/components/camel-ipfs/src/test/resources/html/img/logo.png 
b/components/camel-ipfs/src/test/resources/html/img/logo.png
deleted file mode 100644
index ddda52e..0000000
Binary files a/components/camel-ipfs/src/test/resources/html/img/logo.png and 
/dev/null differ
diff --git a/components/camel-ipfs/src/test/resources/html/index.html 
b/components/camel-ipfs/src/test/resources/html/index.html
deleted file mode 100644
index 3781300..0000000
--- a/components/camel-ipfs/src/test/resources/html/index.html
+++ /dev/null
@@ -1,13 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
-<head>
-    <title>IPFS</title>
-    <meta charset="utf-8" />
-    <link rel="stylesheet" href="./css/default.css">
-</head>
-<body>
-<p><a href="index.html">Home</a></p>
-<p><a href="chap/ch01.html">chapter one</a></p>
-<p><img src="img/logo.png" alt="logo" /></p>
-</body>
-</html>

Reply via email to