You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2018/11/16 15:43:37 UTC

[camel] branch master updated: Camel-Ipfs: Removed html folder from test resources

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

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/master by this push:
     new c704b6d  Camel-Ipfs: Removed html folder from test resources
c704b6d is described below

commit c704b6d3422db09cc321870feff5c4bc3e798ff3
Author: Andrea Cosentino <an...@gmail.com>
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>