Commit in GeomConverter on MAIN
pom.xml+5-11.32 -> 1.33
update geomconv to use new features in run script plugin

GeomConverter
pom.xml 1.32 -> 1.33
diff -u -r1.32 -r1.33
--- pom.xml	13 Mar 2009 00:35:23 -0000	1.32
+++ pom.xml	16 Mar 2009 18:41:44 -0000	1.33
@@ -1,4 +1,6 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" 
+         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <artifactId>GeomConverter</artifactId>
     <name>GeomConverter</name>
@@ -24,6 +26,8 @@
                         </goals>
                         <configuration>
                             <mainClass>org.lcsim.geometry.compact.converter.Main</mainClass>
+                            <libDir>${project.build.directory}/lib</libDir>
+                            <javaOptions>-Xmx1024m -XX:MaxPermSize=128m</javaOptions>
                         </configuration>
                     </execution>
                 </executions>
CVSspam 0.2.8