You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bsf-dev@jakarta.apache.org by se...@apache.org on 2009/08/04 03:33:42 UTC

svn commit: r800649 - /jakarta/bsf/branches/bsf3.x/testing/pom.xml

Author: sebb
Date: Tue Aug  4 01:33:42 2009
New Revision: 800649

URL: http://svn.apache.org/viewvc?rev=800649&view=rev
Log:
jruby 1.1.2 and 1.2.0 also require Java 1.5+

Modified:
    jakarta/bsf/branches/bsf3.x/testing/pom.xml

Modified: jakarta/bsf/branches/bsf3.x/testing/pom.xml
URL: http://svn.apache.org/viewvc/jakarta/bsf/branches/bsf3.x/testing/pom.xml?rev=800649&r1=800648&r2=800649&view=diff
==============================================================================
--- jakarta/bsf/branches/bsf3.x/testing/pom.xml (original)
+++ jakarta/bsf/branches/bsf3.x/testing/pom.xml Tue Aug  4 01:33:42 2009
@@ -39,8 +39,6 @@
         <module>javascript</module>
         <module>python</module>
         <module>jython-2.2</module>
-        <module>jruby-1.1.2</module>
-        <module>jruby-1.2.0</module>
     </modules>
 
     <profiles>
@@ -52,6 +50,8 @@
             </activation>
             <modules>
                 <!-- Requires Java 1.5+ to run -->
+                <module>jruby-1.1.2</module>
+                <module>jruby-1.2.0</module>
                 <module>ruby</module>
             </modules>
         </profile>



---------------------------------------------------------------------
To unsubscribe, e-mail: bsf-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: bsf-dev-help@jakarta.apache.org