Commit in GeomConverter on MAIN
pom.xml+91.33 -> 1.34
exclude old GODL test

GeomConverter
pom.xml 1.33 -> 1.34
diff -u -r1.33 -r1.34
--- pom.xml	16 Mar 2009 18:41:44 -0000	1.33
+++ pom.xml	24 Mar 2009 23:33:34 -0000	1.34
@@ -14,6 +14,15 @@
     <build>
         <plugins>
             <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-surefire-plugin</artifactId>
+                <configuration>
+                    <excludes>
+                        <exclude>org/lcsim/geometry/compact/converter/GODL/ConvertTest.java</exclude>
+                    </excludes>
+                </configuration>
+            </plugin>
+            <plugin>
                 <groupId>org.lcsim</groupId>
                 <artifactId>run-script-maven-plugin</artifactId>
                 <version>1.1-SNAPSHOT</version>
CVSspam 0.2.8