Skip to content

Commit

Permalink
better store the suite inside target dir
Browse files Browse the repository at this point in the history
  • Loading branch information
qmx committed Apr 27, 2012
1 parent 4789e33 commit 031b44f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -49,10 +49,10 @@
<configuration>
<tasks>
<get src="http://cloud.github.com/downloads/dynjs/dynjs/ecma-suite.zip"
dest="${project.basedir}/ecma-suite.zip"
dest="${project.basedir}/target/ecma-suite.zip"
verbose="false"
usetimestamp="true"/>
<unzip src="${project.basedir}/ecma-suite.zip" dest="target/classes" overwrite="false"/>
<unzip src="${project.basedir}/target/ecma-suite.zip" dest="target/classes" overwrite="false"/>
</tasks>
</configuration>
</execution>
Expand Down

0 comments on commit 031b44f

Please sign in to comment.