|
1 | 1 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
2 | 2 | <!--
|
3 |
| - | Generated by Apache Maven Doxia at Dec 17, 2013 |
| 3 | + | Generated by Apache Maven Doxia at Jun 8, 2014 |
4 | 4 | | Rendered using Apache Maven Stylus Skin 1.5
|
5 | 5 | -->
|
6 | 6 | <html xmlns="http://www.w3.org/1999/xhtml">
|
|
12 | 12 | @import url("./css/site.css");
|
13 | 13 | </style>
|
14 | 14 | <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" /> |
16 | 16 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
17 | 17 |
|
18 | 18 | <script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
|
|
49 | 49 | |
|
50 | 50 | <a href="../../">Maven</a>
|
51 | 51 |
|
52 |
| - | Last Published: 2013-12-17 |
53 |
| - | Version: 3.0.1-SNAPSHOT |
| 52 | + | Last Published: 2014-06-08 |
| 53 | + | Version: 3.1.0 |
54 | 54 | </div>
|
55 | 55 | <div class="clear">
|
56 | 56 | <hr/>
|
@@ -669,15 +669,95 @@ <h5>ASF</h5>
|
669 | 669 | sparc.SunOS.cc.plugin.extension=so
|
670 | 670 | sparc.SunOS.cc.jni.extension=so
|
671 | 671 |
|
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> |
673 | 753 | </div>
|
674 | 754 | </div>
|
675 | 755 | <div class="clear">
|
676 | 756 | <hr/>
|
677 | 757 | </div>
|
678 | 758 | <div id="footer">
|
679 | 759 | <div class="xright">
|
680 |
| - © 2002-2013 |
| 760 | + © 2002-2014 |
681 | 761 | The Apache Software Foundation
|
682 | 762 |
|
683 | 763 | - <a href="http://maven.apache.org/privacy-policy.html">Privacy Policy</a>.
|
|
0 commit comments