Print

Print


Commit in lcsim on MAIN
project.xml+2-21.43 -> 1.44
Resources were accidentally moved into unit tests preventing JAS plugin from working

lcsim
project.xml 1.43 -> 1.44
diff -u -r1.43 -r1.44
--- project.xml	2 Jan 2007 22:55:56 -0000	1.43
+++ project.xml	16 Jan 2007 18:09:34 -0000	1.44
@@ -147,10 +147,10 @@
     <className>fakeClass</className>
     <excludes>
 
+     <exclude>org/lcsim/plugin/web/**</exclude>
      <exclude>org/lcsim/contrib/**</exclude>
 <!--     
      <exclude>org/lcsim/contrib/JanStrube/vtxFitter/**</exclude>
-     <exclude>org/lcsim/plugin/web/**</exclude>
      <exclude>org/lcsim/contrib/CalAnal/**</exclude>
      <exclude>org/lcsim/contrib/CarstenHensel/**</exclude>
      <exclude>org/lcsim/contrib/LeiXia/**</exclude>
@@ -173,7 +173,6 @@
    </sourceModification>
   </sourceModifications>
   <unitTestSourceDirectory>test</unitTestSourceDirectory>
-  <unitTest>
       <resources>
        <resource>
         <directory>src</directory>
@@ -188,6 +187,7 @@
         </includes>
        </resource>
       </resources>
+   <unitTest>
     <excludes>
       <exclude>org/lcsim/contrib/JanStrube/**</exclude>
     </excludes>
CVSspam 0.2.8