Commit in lcsim-run on MAIN
pom.xml+151.1.1.1 -> 1.2
JM: add automatic unzip of deps zip

lcsim-run
pom.xml 1.1.1.1 -> 1.2
diff -u -r1.1.1.1 -r1.2
--- pom.xml	11 Jul 2008 02:09:09 -0000	1.1.1.1
+++ pom.xml	11 Jul 2008 19:31:02 -0000	1.2
@@ -38,6 +38,21 @@
                     </archive>
                 </configuration>
             </plugin>
+            <plugin>
+                <artifactId>maven-antrun-plugin</artifactId>
+                <version>1.1</version>
+                <executions>
+                    <execution>
+                        <phase>install</phase>
+                        <configuration>
+                            <tasks>
+                                <unzip src="${project.build.directory}/${project.artifactId}-${project.version}-deps.zip" 
+                                       dest="${project.basedir}"/>
+                            </tasks>
+                        </configuration> 
+                    </execution>
+                </executions>
+            </plugin>
         </plugins>
     </build>  
     <parent>
CVSspam 0.2.8