Skip to content

Commit 25ffd08

Browse files
committed
Update http://maven-nar.github.io/ from 2124f0e
This trick was performed by these commands: #!/bin/sh URL=github.com:maven-nar/maven-nar.github.com && git fetch "$URL" master && for d in /usr/lib/jvm/java-7-openjdk-amd64/ do if test -d "$d" then echo "Using Java 7 for prettier javadocs" && export JAVA_HOME="$d" && export PATH="$JAVA_HOME/bin:$PATH" && break fi done && mvn clean site && export GIT_INDEX_FILE=.git/tmp-index && rm -f $GIT_INDEX_FILE && for d in nar-maven-plugin maven-nar-plugin do mkdir -p target/site/$d && cat > target/site/$d/index.html << EOF <!DOCTYPE html> <html> <head> <title>Redirecting to the homepage of the NAR plugin for Maven</title> <meta http-equiv=refresh content="1;url=../index.html"/> </head> <body> <h1>Redirecting to the homepage of the NAR plugin for Maven</h1> If you are not redirected automatically, please click <a href=../index.html>here</a>. </body> </html> EOF done && git add -f target/site && TREE=$(git write-tree) && unset GIT_INDEX_FILE && TREE=$(git rev-parse $TREE:target/site) && COMMIT=$(printf "Update %s from %s\n\n%s\n\n%s" \ "http://maven-nar.github.io/" \ "$(git rev-parse --short HEAD)" \ "This trick was performed by these commands:" \ "$(cat "$0" | sed 's/^/ /')" | git commit-tree $TREE -p FETCH_HEAD) && git update-ref -m "Generated by mvn site" \ FETCH_HEAD $COMMIT && git push $URL FETCH_HEAD:master
1 parent b59d874 commit 25ffd08

File tree

918 files changed

+8674
-8037
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

918 files changed

+8674
-8037
lines changed

aol.html

Lines changed: 86 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
22
<!--
3-
| Generated by Apache Maven Doxia at Dec 17, 2013
3+
| Generated by Apache Maven Doxia at Jun 8, 2014
44
| Rendered using Apache Maven Stylus Skin 1.5
55
-->
66
<html xmlns="http://www.w3.org/1999/xhtml">
@@ -12,7 +12,7 @@
1212
@import url("./css/site.css");
1313
</style>
1414
<link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
15-
<meta name="Date-Revision-yyyymmdd" content="20131217" />
15+
<meta name="Date-Revision-yyyymmdd" content="20140608" />
1616
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
1717

1818
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
@@ -49,8 +49,8 @@
4949
|
5050
<a href="../../">Maven</a>
5151

52-
&nbsp;| Last Published: 2013-12-17
53-
&nbsp;| Version: 3.0.1-SNAPSHOT
52+
&nbsp;| Last Published: 2014-06-08
53+
&nbsp;| Version: 3.1.0
5454
</div>
5555
<div class="clear">
5656
<hr/>
@@ -669,15 +669,95 @@ <h5>ASF</h5>
669669
sparc.SunOS.cc.plugin.extension=so
670670
sparc.SunOS.cc.jni.extension=so
671671

672-
#sparc.SunOS.CC.arch.includes=lib/**/*.a lib/**/*.so</pre></div></div>
672+
#sparc.SunOS.CC.arch.includes=lib/**/*.a lib/**/*.so
673+
674+
#
675+
# FreeBSD
676+
#
677+
i386.FreeBSD.linker=g++
678+
679+
i386.FreeBSD.gpp.cpp.compiler=g++
680+
i386.FreeBSD.gpp.cpp.defines=FreeBSD GNU_GCC
681+
i386.FreeBSD.gpp.cpp.options=-Wall -Wno-long-long -Wpointer-arith -Wconversion -fPIC
682+
i386.FreeBSD.gpp.cpp.includes=**/*.cc **/*.cpp **/*.cxx
683+
i386.FreeBSD.gpp.cpp.excludes=
684+
685+
i386.FreeBSD.gpp.c.compiler=gcc
686+
i386.FreeBSD.gpp.c.defines=FreeBSD GNU_GCC
687+
i386.FreeBSD.gpp.c.options=-Wall -Wno-long-long -Wpointer-arith -Wconversion -fPIC
688+
i386.FreeBSD.gpp.c.includes=**/*.c
689+
i386.FreeBSD.gpp.c.excludes=
690+
691+
i386.FreeBSD.gpp.fortran.compiler=gfortran
692+
i386.FreeBSD.gpp.fortran.defines=FreeBSD GNU_GCC
693+
i386.FreeBSD.gpp.fortran.options=-Wall
694+
i386.FreeBSD.gpp.fortran.includes=**/*.f **/*.for **/*.f90
695+
i386.FreeBSD.gpp.fortran.excludes=
696+
697+
i386.FreeBSD.gpp.java.include=include;include/freebsd
698+
i386.FreeBSD.gpp.java.runtimeDirectory=jre/lib/i386/server
699+
700+
i386.FreeBSD.gpp.lib.prefix=lib
701+
i386.FreeBSD.gpp.shared.prefix=lib
702+
i386.FreeBSD.gpp.static.extension=a
703+
i386.FreeBSD.gpp.shared.extension=so
704+
i386.FreeBSD.gpp.plugin.extension=so
705+
i386.FreeBSD.gpp.jni.extension=so
706+
i386.FreeBSD.gpp.executable.extension=
707+
708+
# FIXME to be removed when NAR-6
709+
i386.FreeBSD.gcc.static.extension=a
710+
i386.FreeBSD.gcc.shared.extension=so*
711+
i386.FreeBSD.gcc.plugin.extension=so
712+
i386.FreeBSD.gcc.jni.extension=so
713+
714+
#
715+
# FreeBSD
716+
#
717+
amd64.FreeBSD.linker=g++
718+
719+
amd64.FreeBSD.gpp.cpp.compiler=g++
720+
amd64.FreeBSD.gpp.cpp.defines=FreeBSD GNU_GCC
721+
amd64.FreeBSD.gpp.cpp.options=-Wall -Wno-long-long -Wpointer-arith -Wconversion -fPIC
722+
amd64.FreeBSD.gpp.cpp.includes=**/*.cc **/*.cpp **/*.cxx
723+
amd64.FreeBSD.gpp.cpp.excludes=
724+
725+
amd64.FreeBSD.gpp.c.compiler=gcc
726+
amd64.FreeBSD.gpp.c.defines=FreeBSD GNU_GCC
727+
amd64.FreeBSD.gpp.c.options=-Wall -Wno-long-long -Wpointer-arith -Wconversion -fPIC
728+
amd64.FreeBSD.gpp.c.includes=**/*.c
729+
amd64.FreeBSD.gpp.c.excludes=
730+
731+
amd64.FreeBSD.gpp.fortran.compiler=gfortran
732+
amd64.FreeBSD.gpp.fortran.defines=FreeBSD GNU_GCC
733+
amd64.FreeBSD.gpp.fortran.options=-Wall
734+
amd64.FreeBSD.gpp.fortran.includes=**/*.f **/*.for **/*.f90
735+
amd64.FreeBSD.gpp.fortran.excludes=
736+
737+
amd64.FreeBSD.gpp.java.include=include;include/freebsd
738+
amd64.FreeBSD.gpp.java.runtimeDirectory=jre/lib/amd64/server
739+
740+
amd64.FreeBSD.gpp.lib.prefix=lib
741+
amd64.FreeBSD.gpp.shared.prefix=lib
742+
amd64.FreeBSD.gpp.static.extension=a
743+
amd64.FreeBSD.gpp.shared.extension=so
744+
amd64.FreeBSD.gpp.plugin.extension=so
745+
amd64.FreeBSD.gpp.jni.extension=so
746+
amd64.FreeBSD.gpp.executable.extension=
747+
748+
# FIXME to be removed when NAR-6
749+
amd64.FreeBSD.gcc.static.extension=a
750+
amd64.FreeBSD.gcc.shared.extension=so*
751+
amd64.FreeBSD.gcc.plugin.extension=so
752+
amd64.FreeBSD.gcc.jni.extension=so</pre></div></div>
673753
</div>
674754
</div>
675755
<div class="clear">
676756
<hr/>
677757
</div>
678758
<div id="footer">
679759
<div class="xright">
680-
&#169; 2002-2013
760+
&#169; 2002-2014
681761
The Apache Software Foundation
682762

683763
- <a href="http://maven.apache.org/privacy-policy.html">Privacy Policy</a>.

apidocs/allclasses-frame.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (version 1.7.0_25) on Tue Dec 17 11:01:38 CST 2013 -->
5+
<!-- Generated by javadoc (version 1.7.0_55) on Sun Jun 08 12:44:26 CDT 2014 -->
66
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
7-
<title>All Classes (Native ARchive plugin for Maven 3.0.1-SNAPSHOT API)</title>
8-
<meta name="date" content="2013-12-17">
7+
<title>All Classes (Native ARchive plugin for Maven 3.1.0 API)</title>
8+
<meta name="date" content="2014-06-08">
99
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
1010
</head>
1111
<body>

apidocs/allclasses-noframe.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (version 1.7.0_25) on Tue Dec 17 11:01:38 CST 2013 -->
5+
<!-- Generated by javadoc (version 1.7.0_55) on Sun Jun 08 12:44:26 CDT 2014 -->
66
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
7-
<title>All Classes (Native ARchive plugin for Maven 3.0.1-SNAPSHOT API)</title>
8-
<meta name="date" content="2013-12-17">
7+
<title>All Classes (Native ARchive plugin for Maven 3.1.0 API)</title>
8+
<meta name="date" content="2014-06-08">
99
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
1010
</head>
1111
<body>

apidocs/com/github/maven_nar/AOL.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (version 1.7.0_25) on Tue Dec 17 11:01:35 CST 2013 -->
5+
<!-- Generated by javadoc (version 1.7.0_55) on Sun Jun 08 12:44:23 CDT 2014 -->
66
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
7-
<title>AOL (Native ARchive plugin for Maven 3.0.1-SNAPSHOT API)</title>
8-
<meta name="date" content="2013-12-17">
7+
<title>AOL (Native ARchive plugin for Maven 3.1.0 API)</title>
8+
<meta name="date" content="2014-06-08">
99
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
1010
</head>
1111
<body>
1212
<script type="text/javascript"><!--
1313
if (location.href.indexOf('is-external=true') == -1) {
14-
parent.document.title="AOL (Native ARchive plugin for Maven 3.0.1-SNAPSHOT API)";
14+
parent.document.title="AOL (Native ARchive plugin for Maven 3.1.0 API)";
1515
}
1616
//-->
1717
</script>
@@ -310,6 +310,6 @@ <h4>getKey</h4>
310310
<!-- -->
311311
</a></div>
312312
<!-- ======== END OF BOTTOM NAVBAR ======= -->
313-
<p class="legalCopy"><small>Copyright &#169; 2002-2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
313+
<p class="legalCopy"><small>Copyright &#169; 2002-2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
314314
</body>
315315
</html>

apidocs/com/github/maven_nar/AbstractCompileMojo.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (version 1.7.0_25) on Tue Dec 17 11:01:35 CST 2013 -->
5+
<!-- Generated by javadoc (version 1.7.0_55) on Sun Jun 08 12:44:23 CDT 2014 -->
66
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
7-
<title>AbstractCompileMojo (Native ARchive plugin for Maven 3.0.1-SNAPSHOT API)</title>
8-
<meta name="date" content="2013-12-17">
7+
<title>AbstractCompileMojo (Native ARchive plugin for Maven 3.1.0 API)</title>
8+
<meta name="date" content="2014-06-08">
99
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
1010
</head>
1111
<body>
1212
<script type="text/javascript"><!--
1313
if (location.href.indexOf('is-external=true') == -1) {
14-
parent.document.title="AbstractCompileMojo (Native ARchive plugin for Maven 3.0.1-SNAPSHOT API)";
14+
parent.document.title="AbstractCompileMojo (Native ARchive plugin for Maven 3.1.0 API)";
1515
}
1616
//-->
1717
</script>
@@ -691,6 +691,6 @@ <h4>getDependencyLibOrder</h4>
691691
<!-- -->
692692
</a></div>
693693
<!-- ======== END OF BOTTOM NAVBAR ======= -->
694-
<p class="legalCopy"><small>Copyright &#169; 2002-2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
694+
<p class="legalCopy"><small>Copyright &#169; 2002-2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
695695
</body>
696696
</html>

apidocs/com/github/maven_nar/AbstractDependencyMojo.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (version 1.7.0_25) on Tue Dec 17 11:01:35 CST 2013 -->
5+
<!-- Generated by javadoc (version 1.7.0_55) on Sun Jun 08 12:44:23 CDT 2014 -->
66
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
7-
<title>AbstractDependencyMojo (Native ARchive plugin for Maven 3.0.1-SNAPSHOT API)</title>
8-
<meta name="date" content="2013-12-17">
7+
<title>AbstractDependencyMojo (Native ARchive plugin for Maven 3.1.0 API)</title>
8+
<meta name="date" content="2014-06-08">
99
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
1010
</head>
1111
<body>
1212
<script type="text/javascript"><!--
1313
if (location.href.indexOf('is-external=true') == -1) {
14-
parent.document.title="AbstractDependencyMojo (Native ARchive plugin for Maven 3.0.1-SNAPSHOT API)";
14+
parent.document.title="AbstractDependencyMojo (Native ARchive plugin for Maven 3.1.0 API)";
1515
}
1616
//-->
1717
</script>
@@ -570,6 +570,6 @@ <h4>narExecute</h4>
570570
<!-- -->
571571
</a></div>
572572
<!-- ======== END OF BOTTOM NAVBAR ======= -->
573-
<p class="legalCopy"><small>Copyright &#169; 2002-2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
573+
<p class="legalCopy"><small>Copyright &#169; 2002-2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
574574
</body>
575575
</html>

apidocs/com/github/maven_nar/AbstractGnuMojo.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (version 1.7.0_25) on Tue Dec 17 11:01:35 CST 2013 -->
5+
<!-- Generated by javadoc (version 1.7.0_55) on Sun Jun 08 12:44:23 CDT 2014 -->
66
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
7-
<title>AbstractGnuMojo (Native ARchive plugin for Maven 3.0.1-SNAPSHOT API)</title>
8-
<meta name="date" content="2013-12-17">
7+
<title>AbstractGnuMojo (Native ARchive plugin for Maven 3.1.0 API)</title>
8+
<meta name="date" content="2014-06-08">
99
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
1010
</head>
1111
<body>
1212
<script type="text/javascript"><!--
1313
if (location.href.indexOf('is-external=true') == -1) {
14-
parent.document.title="AbstractGnuMojo (Native ARchive plugin for Maven 3.0.1-SNAPSHOT API)";
14+
parent.document.title="AbstractGnuMojo (Native ARchive plugin for Maven 3.1.0 API)";
1515
}
1616
//-->
1717
</script>
@@ -384,6 +384,6 @@ <h4>useGnu</h4>
384384
<!-- -->
385385
</a></div>
386386
<!-- ======== END OF BOTTOM NAVBAR ======= -->
387-
<p class="legalCopy"><small>Copyright &#169; 2002-2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
387+
<p class="legalCopy"><small>Copyright &#169; 2002-2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
388388
</body>
389389
</html>

apidocs/com/github/maven_nar/AbstractNarLayout.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (version 1.7.0_25) on Tue Dec 17 11:01:35 CST 2013 -->
5+
<!-- Generated by javadoc (version 1.7.0_55) on Sun Jun 08 12:44:23 CDT 2014 -->
66
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
7-
<title>AbstractNarLayout (Native ARchive plugin for Maven 3.0.1-SNAPSHOT API)</title>
8-
<meta name="date" content="2013-12-17">
7+
<title>AbstractNarLayout (Native ARchive plugin for Maven 3.1.0 API)</title>
8+
<meta name="date" content="2014-06-08">
99
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
1010
</head>
1111
<body>
1212
<script type="text/javascript"><!--
1313
if (location.href.indexOf('is-external=true') == -1) {
14-
parent.document.title="AbstractNarLayout (Native ARchive plugin for Maven 3.0.1-SNAPSHOT API)";
14+
parent.document.title="AbstractNarLayout (Native ARchive plugin for Maven 3.1.0 API)";
1515
}
1616
//-->
1717
</script>
@@ -363,6 +363,6 @@ <h4>getLayout</h4>
363363
<!-- -->
364364
</a></div>
365365
<!-- ======== END OF BOTTOM NAVBAR ======= -->
366-
<p class="legalCopy"><small>Copyright &#169; 2002-2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
366+
<p class="legalCopy"><small>Copyright &#169; 2002-2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
367367
</body>
368368
</html>

apidocs/com/github/maven_nar/AbstractNarMojo.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (version 1.7.0_25) on Tue Dec 17 11:01:35 CST 2013 -->
5+
<!-- Generated by javadoc (version 1.7.0_55) on Sun Jun 08 12:44:23 CDT 2014 -->
66
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
7-
<title>AbstractNarMojo (Native ARchive plugin for Maven 3.0.1-SNAPSHOT API)</title>
8-
<meta name="date" content="2013-12-17">
7+
<title>AbstractNarMojo (Native ARchive plugin for Maven 3.1.0 API)</title>
8+
<meta name="date" content="2014-06-08">
99
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
1010
</head>
1111
<body>
1212
<script type="text/javascript"><!--
1313
if (location.href.indexOf('is-external=true') == -1) {
14-
parent.document.title="AbstractNarMojo (Native ARchive plugin for Maven 3.0.1-SNAPSHOT API)";
14+
parent.document.title="AbstractNarMojo (Native ARchive plugin for Maven 3.1.0 API)";
1515
}
1616
//-->
1717
</script>
@@ -643,6 +643,6 @@ <h4>getJavaHome</h4>
643643
<!-- -->
644644
</a></div>
645645
<!-- ======== END OF BOTTOM NAVBAR ======= -->
646-
<p class="legalCopy"><small>Copyright &#169; 2002-2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
646+
<p class="legalCopy"><small>Copyright &#169; 2002-2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
647647
</body>
648648
</html>

apidocs/com/github/maven_nar/AbstractResourcesMojo.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (version 1.7.0_25) on Tue Dec 17 11:01:35 CST 2013 -->
5+
<!-- Generated by javadoc (version 1.7.0_55) on Sun Jun 08 12:44:23 CDT 2014 -->
66
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
7-
<title>AbstractResourcesMojo (Native ARchive plugin for Maven 3.0.1-SNAPSHOT API)</title>
8-
<meta name="date" content="2013-12-17">
7+
<title>AbstractResourcesMojo (Native ARchive plugin for Maven 3.1.0 API)</title>
8+
<meta name="date" content="2014-06-08">
99
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
1010
</head>
1111
<body>
1212
<script type="text/javascript"><!--
1313
if (location.href.indexOf('is-external=true') == -1) {
14-
parent.document.title="AbstractResourcesMojo (Native ARchive plugin for Maven 3.0.1-SNAPSHOT API)";
14+
parent.document.title="AbstractResourcesMojo (Native ARchive plugin for Maven 3.1.0 API)";
1515
}
1616
//-->
1717
</script>
@@ -388,6 +388,6 @@ <h4>copyResources</h4>
388388
<!-- -->
389389
</a></div>
390390
<!-- ======== END OF BOTTOM NAVBAR ======= -->
391-
<p class="legalCopy"><small>Copyright &#169; 2002-2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
391+
<p class="legalCopy"><small>Copyright &#169; 2002-2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
392392
</body>
393393
</html>

0 commit comments

Comments
 (0)