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

match gradle group and code namespaces.

parent 677fdd87
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@
* the License.
*/
package com.github.%(package_name)s.%(project_name)s;
package com.github.rosjava.%(package_name)s.%(project_name)s;
import org.apache.commons.logging.Log;
import org.ros.message.MessageListener;
......
......@@ -14,7 +14,7 @@
* the License.
*/
package com.github.%(package_name)s.%(project_name)s;
package com.github.rosjava.%(package_name)s.%(project_name)s;
import org.ros.concurrent.CancellableLoop;
import org.ros.namespace.GraphName;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment