-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Fix package.xml role error #16
Conversation
The link of doc file should be removed, because the PECL file with role doc will not be copied to build dir. Lines 66 to 68 in 737b4f6
|
Why needs LICENSE for build? |
Actually, it is unnecessary. |
@@ -55,7 +55,7 @@ limitations under the License. | |||
</notes> | |||
<contents> | |||
<dir name="/"> | |||
{% for file in files %}<file role="src" name="{{ file.path }}" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why not just make role as an placeholder, instead of using filter?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Use filters to improve code judgment.
@jmjoy Could you review it? |
No description provided.