We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f53ee4 commit d032b0eCopy full SHA for d032b0e
CHANGELOG.rst
@@ -2,6 +2,11 @@
2
Changelog
3
^^^^^^^^^
4
5
+0.1.17 [2013-09-17]
6
+===================
7
+
8
+* Add install rule for environemnt generation script.
9
10
0.1.16 [2013-09-17]
11
===================
12
CMakeLists.txt
@@ -32,3 +32,8 @@ install(
32
DESTINATION ${CATKIN_PACKAGE_PYTHON_DESTINATION}/gradle
33
)
34
35
+install(
36
+ PROGRAMS generate_environment_variables.py
37
+ DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}
38
+ )
39
package.xml
@@ -1,6 +1,6 @@
1
<package>
<name>rosjava_build_tools</name>
- <version>0.1.16</version>
+ <version>0.1.17</version>
<description>
Simple tools and catkin modules for rosjava development.
</description>
0 commit comments