Commit in lcsim on MAIN
pom2.xml+8-21.5 -> 1.6
JM: Working m2 config.  Runs Norman's tracking tests now.

lcsim
pom2.xml 1.5 -> 1.6
diff -u -r1.5 -r1.6
--- pom2.xml	9 Aug 2007 00:04:34 -0000	1.5
+++ pom2.xml	9 Aug 2007 18:21:52 -0000	1.6
@@ -70,10 +70,16 @@
 	  <forkMode>always</forkMode>
 	  <!--<useSystemClassLoader>true</useSystemClassLoader>-->
 	  <excludes>
-	    <exclude>org/lcsim/recon/tracking/**</exclude>
-	    <!-- Fixes: http://jira.codehaus.org/browse/SUREFIRE-288 -->
+	    <!-- 
+		 Fix for http://jira.codehaus.org/browse/SUREFIRE-288 
+		 Ignore inner classes and don't try to make tests from them.
+	    -->
 	    <exclude>**/*$*</exclude>
+	    <exclude>org/lcsim/detector/driver/*.java</exclude>
 	  </excludes>	 
+	  <includes>
+	    <include>org/lcsim/**</include>
+	  </includes>
         </configuration>
       </plugin>
       
CVSspam 0.2.8