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

Adds Eclipse support.

parent 8ad527ab
No related branches found
No related tags found
No related merge requests found
.gradle
build
bin
.classpath
.project
.settings
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>rosjava_core</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
</projectDescription>
......@@ -46,6 +46,7 @@ allprojects {
subprojects {
if (name != 'docs') {
apply plugin: 'ros-java'
apply plugin: 'eclipse'
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment