Author: donaldp
Date: Sat May 4 07:30:33 2013
New Revision: 1479053
URL: http://svn.apache.org/r1479053
Log:
Push guard down a line so that we can ensure that the Java module is defined
Modified:
buildr/trunk/spec/addon/jaxb_xjc_spec.rb
Modified: buildr/trunk/spec/addon/jaxb_xjc_spec.rb
URL:
http://svn.apache.org/viewvc/buildr/trunk/spec/addon/jaxb_xjc_spec.rb?rev=1479053&r1=1479052&r2=1479053&view=diff
==============================================================================
--- buildr/trunk/spec/addon/jaxb_xjc_spec.rb (original)
+++ buildr/trunk/spec/addon/jaxb_xjc_spec.rb Sat May 4 07:30:33 2013
@@ -13,9 +13,9 @@
# License for the specific language governing permissions and limitations under
# the License.
-if Java.java.lang.System.getProperty("java.runtime.version") >= "1.6"
-
require File.expand_path('../spec_helpers', File.dirname(__FILE__))
+
+if Java.java.lang.System.getProperty("java.runtime.version") >= "1.6"
Sandbox.require_optional_extension 'buildr/jaxb_xjc'
XSD_CONTENT = <<XSD