Commit in lcsim-parent on MAIN
pom.xml+4-31.38 -> 1.39
Allow hudson to override .cache location

lcsim-parent
pom.xml 1.38 -> 1.39
diff -u -r1.38 -r1.39
--- pom.xml	13 Mar 2009 00:29:57 -0000	1.38
+++ pom.xml	13 Mar 2009 22:26:29 -0000	1.39
@@ -5,7 +5,10 @@
     <packaging>pom</packaging>
     <version>1.4-SNAPSHOT</version>
     <name>org DOT lcsim parent</name>
-    <url>http://lcsim.org/</url>   
+    <url>http://lcsim.org/</url>
+    <properties>
+        <org.lcsim.cacheDir>${user.home}</org.lcsim.cacheDir>
+    </properties>
     <scm>
         <connection>scm:cvs:pserver:cvs.freehep.org:/cvs/lcd:lcsim-parent</connection>
         <developerConnection>scm:cvs:pserver:cvs.freehep.org:/cvs/lcd:lcsim-parent</developerConnection>
@@ -269,14 +272,12 @@
                         <exclude>**/*$*</exclude>
                     </excludes>
                     <!-- This allows the cacheDir to be overiden in settings.xml (used by hudson) -->
-                    <!--
                     <systemProperties>
                         <property>
                             <name>org.lcsim.cacheDir</name>
                             <value>${org.lcsim.cacheDir}</value>
                         </property>
                     </systemProperties>
-                    -->
                 </configuration>
             </plugin>
             <!-- Create the directory for test output. -->
CVSspam 0.2.8