Skip to content

Commit 65d5c22

Browse files
committed
match gradle group and code namespaces.
1 parent 677fdd8 commit 65d5c22

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/rosjava_build_tools/templates/rosjava_project/Listener.java.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* the License.
1515
*/
1616

17-
package com.github.%(package_name)s.%(project_name)s;
17+
package com.github.rosjava.%(package_name)s.%(project_name)s;
1818

1919
import org.apache.commons.logging.Log;
2020
import org.ros.message.MessageListener;

src/rosjava_build_tools/templates/rosjava_project/Talker.java.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* the License.
1515
*/
1616

17-
package com.github.%(package_name)s.%(project_name)s;
17+
package com.github.rosjava.%(package_name)s.%(project_name)s;
1818

1919
import org.ros.concurrent.CancellableLoop;
2020
import org.ros.namespace.GraphName;

0 commit comments

Comments
 (0)