Commit in lcsim on MAIN
pom.xml+1-11.81 -> 1.82
unzip libs to target/lib instead of lib (requested by Tony so that netbeans stops wanting to check lib/ into cvs)

lcsim
pom.xml 1.81 -> 1.82
diff -u -r1.81 -r1.82
--- pom.xml	24 Feb 2009 21:18:27 -0000	1.81
+++ pom.xml	5 Mar 2009 19:15:28 -0000	1.82
@@ -189,7 +189,7 @@
                         </goals>
                         <configuration>
                             <tasks>
-                                <unzip src="${lcsim.depsjar}" dest="${basedir}" overwrite="true" />
+                                <unzip src="${lcsim.depsjar}" dest="${project.build.directory}" overwrite="true" />
                             </tasks>
                         </configuration>
                     </execution>
CVSspam 0.2.8