Repository: ode Updated Branches: refs/heads/ode-1.3.x 443742540 -> 68284f8a0
make newer JRubies happy. Project: http://git-wip-us.apache.org/repos/asf/ode/repo Commit: http://git-wip-us.apache.org/repos/asf/ode/commit/68284f8a Tree: http://git-wip-us.apache.org/repos/asf/ode/tree/68284f8a Diff: http://git-wip-us.apache.org/repos/asf/ode/diff/68284f8a Branch: refs/heads/ode-1.3.x Commit: 68284f8a0983230ed7c275d1c397427897d477f2 Parents: 4437425 Author: Tammo van Lessen <[email protected]> Authored: Tue Jul 22 15:18:09 2014 +0200 Committer: Tammo van Lessen <[email protected]> Committed: Tue Jul 22 15:19:30 2014 +0200 ---------------------------------------------------------------------- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ode/blob/68284f8a/Rakefile ---------------------------------------------------------------------- diff --git a/Rakefile b/Rakefile index 2a228d6..d7dbb9e 100644 --- a/Rakefile +++ b/Rakefile @@ -32,7 +32,7 @@ Buildr::Hibernate::REQUIRES[:xdoclet] = Buildr.group("xdoclet", "xdoclet-xdoclet :under=>"xdoclet", :version=>"1.2.3") + ["xdoclet:xjavadoc:jar:1.1-j5"] # XMLBeans addon must use the same version as we do. -Buildr::XMLBeans::REQUIRES.xmlbeans = artifact(XMLBEANS).version +Buildr::XMLBeans::REQUIRES.xmlbeans.version = artifact(XMLBEANS).version # dirty workaround for BUILDR-541/BUILDR-508 Java.classpath << Buildr::OpenJPA::REQUIRES
