Print

Print


Commit in lcsim on MAIN
pom.xml+2-11.33 -> 1.34


lcsim
pom.xml 1.33 -> 1.34
diff -u -r1.33 -r1.34
--- pom.xml	5 Sep 2008 00:01:05 -0000	1.33
+++ pom.xml	5 Sep 2008 00:08:28 -0000	1.34
@@ -157,10 +157,11 @@
                 <version>1.1</version>
                 <executions>
                     <execution>
+                        <id>unzip-deps</id>
                         <phase>install</phase>
                         <configuration>
                             <tasks>
-                                <delete dir="${project.basedir}/lib"/>
+                                <delete dir="${basedir}/lib"/>
                                 <unzip src="${project.build.directory}/${project.build.finalName}-deps.zip"
                                        dest="${project.basedir}"/>
                             </tasks>
CVSspam 0.2.8