aboutsummaryrefslogtreecommitdiff
path: root/org.jacoco.cli.test
diff options
context:
space:
mode:
authorMarc R. Hoffmann <hoffmann@mountainminds.com>2019-09-03 23:55:35 +0200
committerEvgeny Mandrikov <138671+Godin@users.noreply.github.com>2019-09-03 23:55:35 +0200
commit70ea136dbd6395ac3792cc72b20a23e209047f43 (patch)
tree8daa260812ce91a0f3086686322760e4d3eb094b /org.jacoco.cli.test
parent5d7c476a0662cfe93a3b515bd603b88ae0e7a001 (diff)
downloadjacoco-70ea136dbd6395ac3792cc72b20a23e209047f43.tar.gz
Remove unnecessary about.html files (#934)
These modules are not distributed.
Diffstat (limited to 'org.jacoco.cli.test')
-rw-r--r--org.jacoco.cli.test/about.html27
-rw-r--r--org.jacoco.cli.test/src/org/jacoco/cli/internal/commands/InstrumentTest.java4
-rw-r--r--org.jacoco.cli.test/src/org/jacoco/cli/internal/commands/test-resource.properties1
3 files changed, 4 insertions, 28 deletions
diff --git a/org.jacoco.cli.test/about.html b/org.jacoco.cli.test/about.html
deleted file mode 100644
index 8802e33b..00000000
--- a/org.jacoco.cli.test/about.html
+++ /dev/null
@@ -1,27 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" ?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html>
-<head>
-<title>About</title>
-<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-</head>
-<body lang="EN-US">
-<h2>About This Content</h2>
-
-<p>
- ${build.date}
-</p>
-
-<h3>License</h3>
-
-<p>
- All Content in this distribution is made available by Mountainminds GmbH &amp; Co.
- KG, Munich. Unless otherwise indicated below, the Content is provided to you
- under the terms and conditions of the Eclipse Public License Version 1.0
- (&quot;EPL&quot;). A copy of the EPL is available at
- <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>.
- For purposes of the EPL, "Program" will mean the Content.
-</p>
-
-</body>
-</html> \ No newline at end of file
diff --git a/org.jacoco.cli.test/src/org/jacoco/cli/internal/commands/InstrumentTest.java b/org.jacoco.cli.test/src/org/jacoco/cli/internal/commands/InstrumentTest.java
index 76f31b83..48f8882e 100644
--- a/org.jacoco.cli.test/src/org/jacoco/cli/internal/commands/InstrumentTest.java
+++ b/org.jacoco.cli.test/src/org/jacoco/cli/internal/commands/InstrumentTest.java
@@ -67,7 +67,9 @@ public class InstrumentTest extends CommandTestBase {
+ destdir.getAbsolutePath(), out);
// non class-file resources are copied:
- assertTrue(new File(destdir, "about.html").isFile());
+ assertTrue(new File(destdir,
+ "org/jacoco/cli/internal/commands/test-resource.properties")
+ .isFile());
assertInstrumented(new File(destdir,
"org/jacoco/cli/internal/commands/InstrumentTest.class"));
diff --git a/org.jacoco.cli.test/src/org/jacoco/cli/internal/commands/test-resource.properties b/org.jacoco.cli.test/src/org/jacoco/cli/internal/commands/test-resource.properties
new file mode 100644
index 00000000..c55d5592
--- /dev/null
+++ b/org.jacoco.cli.test/src/org/jacoco/cli/internal/commands/test-resource.properties
@@ -0,0 +1 @@
+x=42 \ No newline at end of file