import bpel-scripts correctly in eclipse.
Project: http://git-wip-us.apache.org/repos/asf/ode/repo Commit: http://git-wip-us.apache.org/repos/asf/ode/commit/64be6dce Tree: http://git-wip-us.apache.org/repos/asf/ode/tree/64be6dce Diff: http://git-wip-us.apache.org/repos/asf/ode/diff/64be6dce Branch: refs/heads/master Commit: 64be6dcefd6e37e107c845cb8aea096491343a99 Parents: d3e0e7a Author: Tammo van Lessen <[email protected]> Authored: Mon Aug 26 00:15:06 2013 +0200 Committer: Tammo van Lessen <[email protected]> Committed: Tue Aug 27 00:10:15 2013 +0200 ---------------------------------------------------------------------- Rakefile | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ode/blob/64be6dce/Rakefile ---------------------------------------------------------------------- diff --git a/Rakefile b/Rakefile index 64eef30..d5744f4 100644 --- a/Rakefile +++ b/Rakefile @@ -251,6 +251,8 @@ define "ode" do desc "ODE BPEL Test Script Files" define "bpel-scripts" do + eclipse.natures = :java + package :jar end
