Updated obsolete goal java:jar to jar:jar
Removed obsolete exclude of CVS subdirs git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@176497 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
|
||||
-->
|
||||
|
||||
<project default="java:jar"
|
||||
<project default="jar:jar"
|
||||
xmlns:j="jelly:core">
|
||||
|
||||
<!-- ================================================================== -->
|
||||
@@ -28,7 +28,6 @@
|
||||
<copy todir="${basedir}/target/docs/style/" failonerror="false">
|
||||
<fileset dir="${basedir}/../commons-build/xdocs/style">
|
||||
<include name='**/*'/>
|
||||
<exclude name='**/CVS/**'/>
|
||||
</fileset>
|
||||
</copy>
|
||||
</postGoal>
|
||||
|
||||
Reference in New Issue
Block a user