autobuild 1.5.15 → 1.5.16

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,8 @@
1
+ == Version 1.5.16
2
+ * update the TYPELIB_RUBY_PLUGIN_PATH and OROCOS_ROBY_PLUGIN_PATH environment
3
+ variables, as oroGen now installs plugin files from the oroGen project into
4
+ these directories
5
+
1
6
  == Version 1.5.15
2
7
  * display a message when git switches branches
3
8
 
@@ -1,5 +1,5 @@
1
1
  module Autobuild
2
- VERSION = "1.5.15" unless defined? Autobuild::VERSION
2
+ VERSION = "1.5.16" unless defined? Autobuild::VERSION
3
3
  end
4
4
 
5
5
  require 'autobuild/config'
@@ -231,6 +231,9 @@ module Autobuild
231
231
  orogen_spec.provides.each do |name|
232
232
  provides name
233
233
  end
234
+
235
+ Autobuild.env_add_path 'TYPELIB_RUBY_PLUGIN_PATH', File.join(prefix, 'share', 'typelib', 'ruby')
236
+ Autobuild.env_add_path 'OROCOS_ROBY_PLUGIN_PATH', File.join(prefix, 'share', 'orocos', 'roby')
234
237
  end
235
238
 
236
239
  def prepare
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 1
7
7
  - 5
8
- - 15
9
- version: 1.5.15
8
+ - 16
9
+ version: 1.5.16
10
10
  platform: ruby
11
11
  authors:
12
12
  - Sylvain Joyeux
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2010-07-08 00:00:00 +02:00
17
+ date: 2010-07-12 00:00:00 +02:00
18
18
  default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency