diff rakefile @ 78:0a55d2d5a946

Added file for databinding
author Frank Benoit <benoit@tionex.de>
date Tue, 14 Apr 2009 11:35:29 +0200
parents 1a69be0afe99
children 635be320a5da
line wrap: on
line diff
--- a/rakefile	Sun Apr 12 12:27:13 2009 +0200
+++ b/rakefile	Tue Apr 14 11:35:29 2009 +0200
@@ -318,6 +318,11 @@
     buildTree( "org.eclipse.core.jobs", "src", "res" )
 end
 
+desc "Build Eclipse Core Databinding"
+task :corebind do
+    buildTree( "org.eclipse.core.databinding", "src", "res" )
+end
+
 desc "Build JFace"
 task :jface do
     buildTree( "org.eclipse.jface", "src", "res" )
@@ -335,6 +340,11 @@
     buildTree( "org.eclipse.jface.text", "src", "res" )
 end
 
+desc "Build JFace.Databinding"
+task :jfacebind do
+    buildTree( "org.eclipse.jface.databinding", "src", "res" )
+end
+
 desc "Build UI Forms"
 task :uiforms do
     buildTree( "org.eclipse.ui.forms", "src", "res" )