Updated Branches: refs/heads/ode-1.3.6.x 7b471240b -> ff27c60a2
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/ff27c60a Tree: http://git-wip-us.apache.org/repos/asf/ode/tree/ff27c60a Diff: http://git-wip-us.apache.org/repos/asf/ode/diff/ff27c60a Branch: refs/heads/ode-1.3.6.x Commit: ff27c60a23a3e29096c338a044c9796d598e5ca5 Parents: 7b47124 Author: Tammo van Lessen <[email protected]> Authored: Wed Aug 28 09:25:06 2013 +0200 Committer: Tammo van Lessen <[email protected]> Committed: Wed Aug 28 09:25:06 2013 +0200 ---------------------------------------------------------------------- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ode/blob/ff27c60a/Rakefile ---------------------------------------------------------------------- diff --git a/Rakefile b/Rakefile index 4d2ebde..d777aa5 100644 --- a/Rakefile +++ b/Rakefile @@ -198,7 +198,7 @@ define "ode" do define "bpel-epr" do compile.with projects("utils", "bpel-dao", "bpel-api"), AXIOM, COMMONS.lang, COMMONS.logging, COMMONS.beanutils, DERBY, JAVAX.connector, JAVAX.stream, JAVAX.transaction, GERONIMO.transaction, GERONIMO.connector, TRANQL, XMLBEANS - + test.with XERCES package :jar end
