Repository: ode Updated Branches: refs/heads/master 489db140d -> 465eede50
fix for build problem (https://www.mail-archive.com/[email protected]/msg02829.html) Project: http://git-wip-us.apache.org/repos/asf/ode/repo Commit: http://git-wip-us.apache.org/repos/asf/ode/commit/465eede5 Tree: http://git-wip-us.apache.org/repos/asf/ode/tree/465eede5 Diff: http://git-wip-us.apache.org/repos/asf/ode/diff/465eede5 Branch: refs/heads/master Commit: 465eede50f9bfee5eb8f42d53b380bfd2642515a Parents: 489db14 Author: sathwik <[email protected]> Authored: Wed Jul 23 00:10:55 2014 +0530 Committer: sathwik <[email protected]> Committed: Wed Jul 23 00:10:55 2014 +0530 ---------------------------------------------------------------------- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ode/blob/465eede5/Rakefile ---------------------------------------------------------------------- diff --git a/Rakefile b/Rakefile index 20a6174..5834704 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
