Title: [waffle-scm] [764] trunk: Updated rspec maven plugin configuration.
Revision
764
Author
mauro
Date
2008-07-21 05:24:25 -0500 (Mon, 21 Jul 2008)

Log Message

Updated rspec maven plugin configuration.

Modified Paths


Diff

Modified: trunk/.project (763 => 764)

--- trunk/.project	2008-07-21 09:58:05 UTC (rev 763)
+++ trunk/.project	2008-07-21 10:24:25 UTC (rev 764)
@@ -6,6 +6,11 @@
 	</projects>
 	<buildSpec>
 		<buildCommand>
+			<name>org.rubypeople.rdt.core.rubybuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+		<buildCommand>
 			<name>org.eclipse.jdt.core.javabuilder</name>
 			<arguments>
 			</arguments>
@@ -19,5 +24,6 @@
 	<natures>
 		<nature>org.eclipse.jdt.core.javanature</nature>
 		<nature>org.maven.ide.eclipse.maven2Nature</nature>
+		<nature>org.rubypeople.rdt.core.rubynature</nature>
 	</natures>
 </projectDescription>

Modified: trunk/BUILD.txt (763 => 764)

--- trunk/BUILD.txt	2008-07-21 09:58:05 UTC (rev 763)
+++ trunk/BUILD.txt	2008-07-21 10:24:25 UTC (rev 764)
@@ -1,8 +1,8 @@
 Build system: 
 
 JDK required: 1.5+
-Maven (http://maven.apache.org) required: 2.0.8+
-JRuby (http://jruby.codehaus.org) required: 1.0.2+
+Maven (http://maven.apache.org) required: 2.0.9+
+JRuby (http://jruby.codehaus.org) required: 1.1.x+ (Only for waffle-ruby module)
 
 Build profiles:  
 

Modified: trunk/waffle-ruby/pom.xml (763 => 764)

--- trunk/waffle-ruby/pom.xml	2008-07-21 09:58:05 UTC (rev 763)
+++ trunk/waffle-ruby/pom.xml	2008-07-21 10:24:25 UTC (rev 764)
@@ -44,7 +44,7 @@
         <configuration>
           <jrubyHome>${env.JRUBY_HOME}</jrubyHome>
           <sourceDirectory>${basedir}/src/test/specs</sourceDirectory>
-          <outputDirectory>${basedir}/target</outputDirectory>
+          <reportFile>${basedir}/target/rspec-report.html</reportFile>
         </configuration>
         <executions>
           <execution>


To unsubscribe from this list please visit:

http://xircles.codehaus.org/manage_email

Reply via email to