From 73f933b9deb14888adc7e3f65fec7bc2b4d9e0eb Mon Sep 17 00:00:00 2001
From: Mark Donszelmann <Mark.Donszelmann@gmail.com>
Date: Sun, 29 Nov 2009 15:03:08 +0100
Subject: Fixed linkFortran tag

---
 src/it/it0018-fortran/pom.xml | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

(limited to 'src')

diff --git a/src/it/it0018-fortran/pom.xml b/src/it/it0018-fortran/pom.xml
index b5bdb7a..7837a9b 100644
--- a/src/it/it0018-fortran/pom.xml
+++ b/src/it/it0018-fortran/pom.xml
@@ -62,14 +62,9 @@ under the License.
               <libraries>
                 <library>
                   <type>executable</type>
-                  <linkFortran />
+                  <linkFortran>true</linkFortran>
                 </library>
               </libraries>
-              <linker>
-                <options>
-                  <option>-lgfortran</option>
-                </options>
-              </linker>
             </configuration>
           </plugin>
         </plugins>
-- 
cgit v1.2.3