build fix, ODE-1000
Project: http://git-wip-us.apache.org/repos/asf/ode/repo Commit: http://git-wip-us.apache.org/repos/asf/ode/commit/fa12c4a5 Tree: http://git-wip-us.apache.org/repos/asf/ode/tree/fa12c4a5 Diff: http://git-wip-us.apache.org/repos/asf/ode/diff/fa12c4a5 Branch: refs/heads/master Commit: fa12c4a58734f55284f53e7c2b276a22be51ab32 Parents: 9b075ad Author: Tammo van Lessen <[email protected]> Authored: Wed Aug 28 09:25:06 2013 +0200 Committer: Tammo van Lessen <[email protected]> Committed: Thu Aug 29 23:50:24 2013 +0200 ---------------------------------------------------------------------- Rakefile | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ode/blob/fa12c4a5/Rakefile ---------------------------------------------------------------------- diff --git a/Rakefile b/Rakefile index 10eb055..f96d1a0 100644 --- a/Rakefile +++ b/Rakefile @@ -198,6 +198,7 @@ define "ode" do compile.with projects("utils", "bpel-dao", "bpel-api"), AXIOM, COMMONS.lang, COMMONS.beanutils, DERBY, JAVAX.connector, JAVAX.stream, JAVAX.transaction, GERONIMO.transaction, GERONIMO.connector, TRANQL, XMLBEANS, SLF4J, LOG4J + test.with XERCES package :jar end
