diff rakefile @ 95:6208d4f6a277

Added trees for databinding.beans and observable
author Frank Benoit <benoit@tionex.de>
date Tue, 21 Apr 2009 10:55:51 +0200
parents 1d37a7813832
children b74ac5dfcc06
line wrap: on
line diff
--- a/rakefile	Sun Apr 19 17:37:36 2009 +0200
+++ b/rakefile	Tue Apr 21 10:55:51 2009 +0200
@@ -78,6 +78,8 @@
 LIBNAMES_CORE       = [ "org.eclipse.core.runtime",
                         "org.eclipse.core.commands",
                         "org.eclipse.core.databinding",
+                        "org.eclipse.core.databinding.beans",
+                        "org.eclipse.core.databinding.observable",
                         "org.eclipse.core.jobs" ]
 
 LIBNAMES_JFACE      = [ "org.eclipse.jface" ]
@@ -323,6 +325,8 @@
     buildTree( "org.eclipse.core.runtime", "src", "res" )
     buildTree( "org.eclipse.core.commands", "src", "res" )
     buildTree( "org.eclipse.core.databinding", "src", "res" )
+    buildTree( "org.eclipse.core.databinding.beans", "src", "res" )
+    buildTree( "org.eclipse.core.databinding.observable", "src", "res" )
     buildTree( "org.eclipse.core.jobs", "src", "res" )
 end