Remove unused custom javadoc tags.
Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/1ad3db85 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/1ad3db85 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/1ad3db85 Branch: refs/heads/master Commit: 1ad3db85b0ef9a9d414c79da0e8bf44014600801 Parents: 29d96f6 Author: Matt Sicker <[email protected]> Authored: Sat Oct 4 01:02:07 2014 -0500 Committer: Matt Sicker <[email protected]> Committed: Sat Oct 4 09:38:50 2014 -0500 ---------------------------------------------------------------------- log4j-1.2-api/pom.xml | 17 ----------------- 1 file changed, 17 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/1ad3db85/log4j-1.2-api/pom.xml ---------------------------------------------------------------------- diff --git a/log4j-1.2-api/pom.xml b/log4j-1.2-api/pom.xml index cafdb35..e531794 100644 --- a/log4j-1.2-api/pom.xml +++ b/log4j-1.2-api/pom.xml @@ -147,23 +147,6 @@ project --> <detectOfflineLinks>false</detectOfflineLinks> <linksource>true</linksource> - <tags> - <tag> - <name>issue</name> - <placement>a</placement> - <head>JIRA issue:</head> - </tag> - <tag> - <name>doubt</name> - <placement>a</placement> - <head>Troublesome:</head> - </tag> - <tag> - <name>compare</name> - <placement>a</placement> - <head>Compare with:</head> - </tag> - </tags> </configuration> <reportSets> <reportSet>
