Skip to content
Snippets Groups Projects
Commit aa160b88 authored by Damon Kohler's avatar Damon Kohler
Browse files

Improve layout of settings.gradle.

parent 4c97137e
No related branches found
No related tags found
No related merge requests found
......@@ -14,10 +14,17 @@
* the License.
*/
include 'apache_xmlrpc_common', 'apache_xmlrpc_client', 'apache_xmlrpc_server',
'rosjava', 'rosjava_geometry', 'rosjava_tutorial_pubsub',
'rosjava_tutorial_services', 'rosjava_tutorial_right_hand_rule',
'rosjava_benchmarks', 'rosjava_test', 'docs'
include 'message_generation_tests'
\ No newline at end of file
include(
'apache_xmlrpc_client',
'apache_xmlrpc_common',
'apache_xmlrpc_server',
'docs',
'message_generation_tests',
'rosjava',
'rosjava_benchmarks',
'rosjava_geometry',
'rosjava_test',
'rosjava_tutorial_pubsub',
'rosjava_tutorial_right_hand_rule',
'rosjava_tutorial_services',
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment