Skip to content

Commit 76e86ae

Browse files
committed
Removed the pdf and svg bits - not sure why [cli] would have these, yell at me if there's a reason
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/cli/trunk@384127 13f79535-47bb-0310-9956-ffa450edef68
1 parent a0343ea commit 76e86ae

2 files changed

Lines changed: 0 additions & 18 deletions

File tree

maven.xml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -54,15 +54,6 @@ limitations under the License.
5454
tofile="target/test-classes/org/apache/commons/cli2/resource/TestBundle.properties"/>
5555
</postGoal>
5656

57-
<postGoal name="xdoc:transform">
58-
<attainGoal name="pdf:pdf"/>
59-
</postGoal>
60-
61-
<preGoal name="pdf:prepare">
62-
<attainGoal name="svg:init"/>
63-
<attainGoal name="svg:convert"/>
64-
</preGoal>
65-
6657
<preGoal name="dist:prepare-bin-filesystem">
6758
<attainGoal name="ant:generate-build"/>
6859
</preGoal>

project.properties

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,3 @@ maven.jar.manifest.attributes.list=Implementation-Vendor-Id,X-Compile-Source-JDK
3131
maven.jar.manifest.attribute.Implementation-Vendor-Id=org.apache
3232
maven.jar.manifest.attribute.X-Compile-Source-JDK=${maven.compile.source}
3333
maven.jar.manifest.attribute.X-Compile-Target-JDK=${maven.compile.target}
34-
35-
maven.pdf.navigationFile=navigation-pdf.xml
36-
37-
# Used in conjuction with the maven-svg-plugin.
38-
# see http://www.mvdb.org/maven/plugins/svg on howto install the plugin.
39-
# You need version 1.2
40-
maven.svg.target=all
41-
maven.svg.type=all
42-
maven.svg.onload=true

0 commit comments

Comments
 (0)