[yast-commit] r57349 - in /trunk/devtools/devtools/skeletons/rest-plugin: Rakefile rakelib/include.rake

Author: lslezak Date: Thu May 28 15:42:19 2009 New Revision: 57349 URL: http://svn.opensuse.org/viewcvs/yast?rev=57349&view=rev Log: - skeletons/rest-plugin - use the new yast2-webservice-tasks for loading .rake tasks Removed: trunk/devtools/devtools/skeletons/rest-plugin/rakelib/include.rake Modified: trunk/devtools/devtools/skeletons/rest-plugin/Rakefile Modified: trunk/devtools/devtools/skeletons/rest-plugin/Rakefile URL: http://svn.opensuse.org/viewcvs/yast/trunk/devtools/devtools/skeletons/rest-... ============================================================================== --- trunk/devtools/devtools/skeletons/rest-plugin/Rakefile (original) +++ trunk/devtools/devtools/skeletons/rest-plugin/Rakefile Thu May 28 15:42:19 2009 @@ -3,6 +3,9 @@ require 'rake/rdoctask' require 'rake/packagetask' +# load all Yast webservice specific tasks +require 'tasks/webservice' + desc 'Default: run unit tests.' task :default => :test -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
lslezak@svn.opensuse.org