Skip to content

Commit

Permalink
make ROSjava compliant
Browse files Browse the repository at this point in the history
  • Loading branch information
buoncubi committed Jul 19, 2019
1 parent a395f88 commit 1f5cba5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 14 deletions.
4 changes: 3 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
##############################################################################

cmake_minimum_required(VERSION 2.8.3)
project(sit_pkg)
project(sit)

##############################################################################
# Catkin
Expand All @@ -27,3 +27,5 @@ catkin_package()
# allprojects closure the root build.gradle
install(DIRECTORY ${CATKIN_DEVEL_PREFIX}/${CATKIN_GLOBAL_MAVEN_DESTINATION}/it/emarolab/${PROJECT_NAME}/
DESTINATION ${CATKIN_GLOBAL_MAVEN_DESTINATION}/it/emarolab/${PROJECT_NAME})

# install(DIRECTORY ${CATKIN_DEVEL_PREFIX}/share/${PROJECT_NAME}/ DESTINATION ${CATKIN_DEVEL_PREFIX}/share/${PROJECT_NAME})
13 changes: 3 additions & 10 deletions package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package>
<name>sit_pkg</name>
<version>1.0.0</version>
<name>sit</name>
<version>2.0.0</version>
<description>The ROSJava package template messages</description>

<maintainer email="[email protected]">Luca Buoncompagni</maintainer>
Expand All @@ -13,17 +13,10 @@

<buildtool_depend>catkin</buildtool_depend>
<build_depend>rosjava_build_tools</build_depend>

<build_depend>multi_ontology_reference</build_depend>
<run_depend>multi_ontology_reference</run_depend>
<build_depend>owloop</build_depend>

<build_depend>owloop_pkg</build_depend>
<run_depend>owloop_pkg</run_depend>

<!--
<build_depend>ros_java_msgs</build_depend>
<run_depend>ros_java_msgs</run_depend>
-->
<!-- The export tag contains other, unspecified, tags -->
<export>
<!-- Other tools can request additional information be placed here -->
Expand Down
5 changes: 2 additions & 3 deletions sit/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,8 @@ repositories {
}

dependencies {
//compile 'org.ros.rosjava_messages:armor_msgs:1.0.0'
compile 'it.emarolab.amor:amor:1.0.0'
compile 'it.emarolab.owloop:owloop:1.0.0'
compile 'it.emarolab.amor:amor:2.2.0'
compile 'it.emarolab.owloop:owloop:2.0.0'

compile group: 'net.sourceforge.owlapi', name: 'owlapi-distribution', version: '5.0.2'
compile group: 'com.github.galigator.openllet', name: 'openllet-owlapi', version: '2.5.1'
Expand Down

0 comments on commit 1f5cba5

Please sign in to comment.