Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Optionally don't put comments in generated files #300

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

lucasw
Copy link

@lucasw lucasw commented Nov 7, 2020

The <!-- replace won't work with multi-line comments, but package.xml.in hasn't any and hasn't changed in 3 years.

Example:

catkin_create_pkg --no_comments test
Created file test/package.xml
Created file test/CMakeLists.txt
Successfully created files in /home/lucasw/ros/test. Please adjust the values in package.xml.
cat test/package.xml
<?xml version="1.0"?>
<package format="2">
  <name>test</name>
  <version>0.0.0</version>
  <description>The test package</description>

  <maintainer email="[email protected]">lucasw</maintainer>

  <license>TODO</license>

  <buildtool_depend>catkin</buildtool_depend>

  <export>

  </export>
</package>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant