You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ode.apache.org by va...@apache.org on 2013/08/26 00:17:24 UTC

[2/3] git commit: import bpel-scripts correctly in eclipse.

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/46c711e6
Tree: http://git-wip-us.apache.org/repos/asf/ode/tree/46c711e6
Diff: http://git-wip-us.apache.org/repos/asf/ode/diff/46c711e6

Branch: refs/heads/ode-1.3.6.x
Commit: 46c711e641da9f9adffb24ef35f209ae001498f4
Parents: ae56a9d
Author: Tammo van Lessen <tv...@gmail.com>
Authored: Mon Aug 26 00:15:06 2013 +0200
Committer: Tammo van Lessen <tv...@gmail.com>
Committed: Mon Aug 26 00:15:06 2013 +0200

----------------------------------------------------------------------
 Rakefile | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ode/blob/46c711e6/Rakefile
----------------------------------------------------------------------
diff --git a/Rakefile b/Rakefile
index 55dfb91..8050508 100644
--- a/Rakefile
+++ b/Rakefile
@@ -253,6 +253,8 @@ define "ode" do
 
   desc "ODE BPEL Test Script Files"
   define "bpel-scripts" do
+    eclipse.natures = :java
+
     package :jar
   end