1
0

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:
Simon Kitching
2005-05-23 01:01:36 +00:00
parent 110f2a234b
commit a04edd5ec6

View File

@@ -16,7 +16,7 @@
--> -->
<project default="java:jar" <project default="jar:jar"
xmlns:j="jelly:core"> xmlns:j="jelly:core">
<!-- ================================================================== --> <!-- ================================================================== -->
@@ -28,7 +28,6 @@
<copy todir="${basedir}/target/docs/style/" failonerror="false"> <copy todir="${basedir}/target/docs/style/" failonerror="false">
<fileset dir="${basedir}/../commons-build/xdocs/style"> <fileset dir="${basedir}/../commons-build/xdocs/style">
<include name='**/*'/> <include name='**/*'/>
<exclude name='**/CVS/**'/>
</fileset> </fileset>
</copy> </copy>
</postGoal> </postGoal>