Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFred Bricon2013-11-26 16:07:42 +0000
committerFred Bricon2013-11-26 16:07:42 +0000
commit1789fc07784afbb99c7f20d90ae4b585515cd32d (patch)
treee965ba4a1cef0f18474bfa76c3b34095a67b247a
parent9c23ba6376e19195a522125dfc757581863b7f4a (diff)
downloadm2e-core-1789fc07784afbb99c7f20d90ae4b585515cd32d.tar.gz
m2e-core-1789fc07784afbb99c7f20d90ae4b585515cd32d.tar.xz
m2e-core-1789fc07784afbb99c7f20d90ae4b585515cd32d.zip
Fix malformed about.html files
Signed-off-by: Fred Bricon <fbricon@gmail.com>
-rw-r--r--m2e-maven-runtime/org.eclipse.m2e.archetype.common/src/main/resources/about.html10
-rw-r--r--m2e-maven-runtime/org.eclipse.m2e.maven.indexer/src/main/resources/about.html4
-rw-r--r--m2e-maven-runtime/org.eclipse.m2e.maven.runtime/src/main/resources/about.html13
3 files changed, 14 insertions, 13 deletions
diff --git a/m2e-maven-runtime/org.eclipse.m2e.archetype.common/src/main/resources/about.html b/m2e-maven-runtime/org.eclipse.m2e.archetype.common/src/main/resources/about.html
index 5559fe4d..14952688 100644
--- a/m2e-maven-runtime/org.eclipse.m2e.archetype.common/src/main/resources/about.html
+++ b/m2e-maven-runtime/org.eclipse.m2e.archetype.common/src/main/resources/about.html
@@ -41,7 +41,7 @@ The Apache Software License, Version 2.0 (&quot;ASL&quot;).
A copy of the ASL is available at <a href="http://maven.apache.org/license.html">http://maven.apache.org/license.html</a>.
(a local copy can be found <a href="about_files/LICENSE-2.0.txt">here</a>)
</p>
-<p>The original binaries are available at the <a href="http://maven.org">Maven Central Repository</a>.
+<p>The original binaries are available at the <a href="http://maven.org">Maven Central Repository</a>.</p>
<h4>Apache Commons Collections 3.2, Apache Commons I/O 1.3.2, Apache Commons Lang 2.1</h4>
@@ -52,7 +52,7 @@ The Apache Software License, Version 2.0 (&quot;ASL&quot;).
A copy of the ASL is available at <a href="http://www.apache.org/licenses/LICENSE-2.0">http://www.apache.org/licenses/LICENSE-2.0</a>.
(a local copy can be found <a href="about_files/LICENSE-2.0.txt">here</a>)
</p>
-<p>The original binaries are available at the <a href="http://maven.org">Maven Central Repository</a>.
+<p>The original binaries are available at the <a href="http://maven.org">Maven Central Repository</a>.</p>
@@ -62,7 +62,7 @@ Your use of dom4j 1.6.1 in binary code form contained in the plug-in is subject
BSD style license (&quot;BSD&quot;).
A local copy of the license can be found <a href="about_files/dom4j-LICENSE.txt ">here</a>.
</p>
-<p>The original binaries are available at the <a href="http://maven.org">Maven Central Repository</a>.
+<p>The original binaries are available at the <a href="http://maven.org">Maven Central Repository</a>.</p>
<h4>jchardet 1.0</h4>
@@ -72,7 +72,7 @@ Mozilla Public License 1.1 (&quot;MPL&quot;).
A copy of the ASL is available at <a href="http://www.mozilla.org/MPL/MPL-1.1.html">http://www.mozilla.org/MPL/MPL-1.1.html</a>.
(a local copy can be found <a href="about_files/MPL-1.1.txt">here</a>)
</p>
-<p>The original binaries are available at the <a href="http://maven.org">Maven Central Repository</a>.
+<p>The original binaries are available at the <a href="http://maven.org">Maven Central Repository</a>.</p>
<h4>JDOM 1.0</h4>
@@ -112,7 +112,7 @@ The Apache Software License, Version 2.0 (&quot;ASL&quot;).
A copy of the ASL is available at <a href="http://www.apache.org/licenses/LICENSE-2.0">http://www.apache.org/licenses/LICENSE-2.0</a>.
(a local copy can be found <a href="about_files/LICENSE-2.0.txt">here</a>)
</p>
-<p>The original binaries are available at the <a href="http://maven.org">Maven Central Repository</a>.
+<p>The original binaries are available at the <a href="http://maven.org">Maven Central Repository</a>.</p>
diff --git a/m2e-maven-runtime/org.eclipse.m2e.maven.indexer/src/main/resources/about.html b/m2e-maven-runtime/org.eclipse.m2e.maven.indexer/src/main/resources/about.html
index 68a7bd29..7be7f5af 100644
--- a/m2e-maven-runtime/org.eclipse.m2e.maven.indexer/src/main/resources/about.html
+++ b/m2e-maven-runtime/org.eclipse.m2e.maven.indexer/src/main/resources/about.html
@@ -41,7 +41,7 @@ The Apache Software License, Version 2.0 (&quot;ASL&quot;).
A copy of the ASL is available at <a href="http://maven.apache.org/license.html">http://maven.apache.org/license.html</a>.
(a local copy can be found <a href="about_files/LICENSE-2.0.txt">here</a>)
</p>
-<p>The original binaries and source are available at the <a href="http://maven.org">Maven Central Repository</a>.
+<p>The original binaries and source are available at the <a href="http://maven.org">Maven Central Repository</a>.</p>
@@ -53,7 +53,7 @@ The Apache Software License, Version 2.0 (&quot;ASL&quot;).
A copy of the ASL is available at <a href="http://www.apache.org/licenses/LICENSE-2.0">http://www.apache.org/licenses/LICENSE-2.0</a>.
(a local copy can be found <a href="about_files/LICENSE-2.0.txt">here</a>)
</p>
-<p>The original binaries and source are available at the <a href="http://maven.org">Maven Central Repository</a>.
+<p>The original binaries and source are available at the <a href="http://maven.org">Maven Central Repository</a>.</p>
</body>
diff --git a/m2e-maven-runtime/org.eclipse.m2e.maven.runtime/src/main/resources/about.html b/m2e-maven-runtime/org.eclipse.m2e.maven.runtime/src/main/resources/about.html
index 2ec54b51..568f92e3 100644
--- a/m2e-maven-runtime/org.eclipse.m2e.maven.runtime/src/main/resources/about.html
+++ b/m2e-maven-runtime/org.eclipse.m2e.maven.runtime/src/main/resources/about.html
@@ -41,7 +41,7 @@ The Apache Software License, Version 2.0 (&quot;ASL&quot;).
A copy of the ASL is available at <a href="http://maven.apache.org/license.html">http://maven.apache.org/license.html</a>.
(a local copy can be found <a href="about_files/LICENSE-2.0.txt">here</a>)
</p>
-<p>The original binaries and source are available at the <a href="http://maven.org">Maven Central Repository</a>.
+<p>The original binaries and source are available at the <a href="http://maven.org">Maven Central Repository</a>.</p>
<h4>Aether 1.11</h4>
<p>
@@ -51,7 +51,7 @@ The Apache Software License, Version 2.0 (&quot;ASL&quot;) or Eclipse Public Lic
A copy of the ASL is available at <a href="http://maven.apache.org/license.html">http://maven.apache.org/license.html</a>.
(a local copy can be found <a href="about_files/LICENSE-2.0.txt">here</a>)
</p>
-<p>The original binaries are available at the <a href="http://maven.org">Maven Central Repository</a>.
+<p>The original binaries are available at the <a href="http://maven.org">Maven Central Repository</a>.</p>
<h4>Sisu 2.0.0 and Sisu Guice 2.9.4</h4>
@@ -62,7 +62,7 @@ The Apache Software License, Version 2.0 (&quot;ASL&quot;).
A copy of the ASL is available at <a href="http://www.apache.org/licenses/LICENSE-2.0">http://www.apache.org/licenses/LICENSE-2.0</a>.
(a local copy can be found <a href="about_files/LICENSE-2.0.txt">here</a>)
</p>
-<p>The original binaries are available at the <a href="http://maven.org">Maven Central Repository</a>.
+<p>The original binaries are available at the <a href="http://maven.org">Maven Central Repository</a>.</p>
@@ -75,11 +75,12 @@ The Apache Software License, Version 2.0 (&quot;ASL&quot;).
A copy of the ASL is available at <a href="http://www.apache.org/licenses/LICENSE-2.0">http://www.apache.org/licenses/LICENSE-2.0</a>.
(a local copy can be found <a href="about_files/LICENSE-2.0.txt">here</a>)
</p>
-<p>The original binaries are available at the <a href="http://maven.org">Maven Central Repository</a>.
+<p>The original binaries are available at the <a href="http://maven.org">Maven Central Repository</a>.</p>
<h4>javax.inject 1.0</h4>
+<p>
This plug-in includes the package "javax.inject" from the atinject project, which is
licensed under the Apache 2.0 license, available at <a href="http://www.apache.org/licenses/LICENSE-2.0">http://www.apache.org/licenses/LICENSE-2.0</a>.
(a local copy can be found <a href="about_files/LICENSE-2.0.txt">here</a>)
@@ -97,7 +98,7 @@ The Apache Software License, Version 2.0 (&quot;ASL&quot;).
A copy of the ASL is available at <a href="http://www.apache.org/licenses/LICENSE-2.0">http://www.apache.org/licenses/LICENSE-2.0</a>.
(a local copy can be found <a href="about_files/LICENSE-2.0.txt">here</a>)
</p>
-<p>The original binaries and source are available at the <a href="http://maven.org">Maven Central Repository</a>.
+<p>The original binaries and source are available at the <a href="http://maven.org">Maven Central Repository</a>.</p>
@@ -109,7 +110,7 @@ The Apache Software License, Version 2.0 (&quot;ASL&quot;).
A copy of the ASL is available at <a href="http://www.apache.org/licenses/LICENSE-2.0">http://www.apache.org/licenses/LICENSE-2.0</a>.
(a local copy can be found <a href="about_files/LICENSE-2.0.txt">here</a>)
</p>
-<p>The original binaries are available at the <a href="http://maven.org">Maven Central Repository</a>.
+<p>The original binaries are available at the <a href="http://maven.org">Maven Central Repository</a>.</p>
</body>

Back to the top