Commit in GeomConverter on MAIN
pom.xml+6-11.3 -> 1.4
project.xml+91.23 -> 1.24
+15-1
2 modified files
JM: Add commons-math.

GeomConverter
pom.xml 1.3 -> 1.4
diff -u -r1.3 -r1.4
--- pom.xml	23 Feb 2007 23:16:29 -0000	1.3
+++ pom.xml	10 Apr 2007 19:22:08 -0000	1.4
@@ -72,7 +72,12 @@
       <artifactId>junit</artifactId>
       <version>3.8.2</version>
       <scope>test</scope>
-    </dependency>    
+    </dependency>
+    <dependency>
+      <groupId>commons-math</groupId>
+      <artifactId>commons-math</artifactId>
+      <version>1.1</version>
+    </dependency>
   </dependencies>
   <reporting>
     <plugins>

GeomConverter
project.xml 1.23 -> 1.24
diff -u -r1.23 -r1.24
--- project.xml	22 Feb 2007 09:26:48 -0000	1.23
+++ project.xml	10 Apr 2007 19:22:08 -0000	1.24
@@ -115,6 +115,15 @@
       <url>http://www.ibiblio.org/maven</url>
       <type>plugin</type>
     </dependency>
+    <dependency>
+      <groupId>commons-math</groupId>
+      <artifactId>commons-math</artifactId>
+      <version>1.0</version>
+      <type>jar</type>
+      <properties>
+	<jas3.bundle>true</jas3.bundle>
+      </properties>
+    </dependency>
   </dependencies>
   <build>
     <sourceDirectory>src</sourceDirectory>
CVSspam 0.2.8