This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
Register
Sign In
youys
/
ant
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
1
Code
Releases
0
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
bz-65110 Fix the ant-testutil-sources.jar generation
master
Jaikiran Pai
4 years ago
parent
4ae9d1cd60
commit
4e5b94a8f6
2 changed files
with
9 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+8
-0
WHATSNEW
+1
-1
build.xml
+ 8
- 0
WHATSNEW
View File
@@ -1,6 +1,14 @@
Changes from Ant 1.9.15 TO Ant 1.9.16
=====================================
Fixed bugs:
-----------
* Fixes a bug where the ant-testutil-sources.jar that gets published to Maven
central repository didn't contain any source files.
Bugzilla Report 65110
Changes from Ant 1.9.14 TO Ant 1.9.15
=====================================
+ 1
- 1
build.xml
View File
@@ -864,7 +864,7 @@
description="--> creates the Apache Ant Test Utilities source jar">
<mkdir dir="${build.lib-src}"/>
<jar destfile="${build.lib-src}/${name}-testutil.jar"
basedir="${
java.dir
}">
basedir="${
src.junit
}">
<patternset refid="useful.tests"/>
<metainf dir="${build.dir}">
<include name="LICENSE.txt"/>
Write
Preview
Loading…
Cancel
Save