Title: [waffle-scm] [828] trunk/waffle-ruby/pom.xml: Fixed rspec output path.
Revision
828
Author
mauro
Date
2008-09-10 07:41:44 -0500 (Wed, 10 Sep 2008)

Log Message

Fixed rspec output path.

Modified Paths


Diff

Modified: trunk/waffle-ruby/pom.xml (827 => 828)

--- trunk/waffle-ruby/pom.xml	2008-09-10 11:46:01 UTC (rev 827)
+++ trunk/waffle-ruby/pom.xml	2008-09-10 12:41:44 UTC (rev 828)
@@ -74,7 +74,7 @@
         <configuration>
           <jrubyHome>${project.build.directory}/jruby/META-INF/jruby.home</jrubyHome>
           <sourceDirectory>${basedir}/src/test/ruby/specs</sourceDirectory>
-          <outputDirectory>/${basedir}/target</outputDirectory>
+          <outputDirectory>${basedir}/target</outputDirectory>
           <reportName>rspec-report.html</reportName>
           <ignoreFailure>false</ignoreFailure>
           <skipTests>false</skipTests>


To unsubscribe from this list please visit:

http://xircles.codehaus.org/manage_email

Reply via email to