Skip to content
Snippets Groups Projects
Commit 2e2caca8 authored by Daniel Stonier's avatar Daniel Stonier
Browse files

fix install path.

parent 140a7ea9
No related branches found
No related tags found
No related merge requests found
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="gradle_plugins/src/main/groovy"/>
<classpathentry kind="src" path="message_generation_tests/src/test/java"/>
<classpathentry kind="src" path="message_generation/src/main/java"/>
<classpathentry kind="lib" path="gradle/wrapper/gradle-wrapper.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
......
......@@ -19,5 +19,5 @@ catkin_package()
# Installation
##############################################################################
install(DIRECTORY ${CATKIN_DEVEL_PREFIX}/${CATKIN_GLOBAL_MAVEN_DESTINATION}/ros/rosjava_bootstrap/
install(DIRECTORY ${CATKIN_DEVEL_PREFIX}/${CATKIN_GLOBAL_MAVEN_DESTINATION}/org/ros/rosjava_bootstrap/
DESTINATION ${CATKIN_GLOBAL_MAVEN_DESTINATION}/ros/rosjava_bootstrap)
\ No newline at end of file
......@@ -54,11 +54,6 @@ subprojects {
repository(url: 'file://' + project.rosMavenDeploymentPath)
}
}
/*
uploadArchives {
repositories.mavenDeployer.repository(url: 'file://' + project.rosMavenDeploymentPath)
}
*/
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment