[SCM] Spock: testing and specification framework for Java and Groovy applications branch, master, updated. bbf11060de5ac0201ae06586caad22c84a69f444
Miguel Landaeta
miguel at miguel.cc
Thu Sep 6 20:01:28 UTC 2012
The following commit has been merged in the master branch:
commit 95433fe87d3387d3d9f401d4e352203c9b41e733
Author: Miguel Landaeta <miguel at miguel.cc>
Date: Thu Sep 6 19:30:13 2012 -0430
Allow twice in a row builds
diff --git a/debian/build.xml b/debian/build.xml
index a0e7faf..e0952a5 100644
--- a/debian/build.xml
+++ b/debian/build.xml
@@ -13,11 +13,11 @@ http://pkgs.fedoraproject.org/cgit/spock.git/
<property name="core.src.dir.groovy" value="${core.dir}/src/main/groovy/"/>
<property name="core.src.dir.java" value="${core.dir}/src/main/java/"/>
<property name="core.resources.dir" value="${core.dir}/src/main/resources/"/>
- <property name="core.build.dir" value="${core.dir}/build/classes"/>
+ <property name="core.build.dir" value="${core.dir}/build"/>
<property name="guice.dir" value="${basedir}/spock-guice"/>
<property name="guice.src.dir" value="${guice.dir}/src/main/java"/>
- <property name="guice.build.dir" value="${guice.dir}/build/classes"/>
+ <property name="guice.build.dir" value="${guice.dir}/build"/>
<path id="groovyc.classpath">
<fileset dir="/usr/share/java" includes="commons-cli.jar"/>
@@ -188,4 +188,4 @@ http://pkgs.fedoraproject.org/cgit/spock.git/
</javadoc>
</target>
-</project>
\ No newline at end of file
+</project>
--
Spock: testing and specification framework for Java and Groovy applications
More information about the pkg-java-commits
mailing list