File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33
44<!--
55 "Codec" component of the Jakarta Commons Subproject
6- $Id: build.xml,v 1.1 2003/04/25 17:50:55 tobrien Exp $
6+ $Id: build.xml,v 1.2 2003/04/29 22: 17:49 tobrien Exp $
77-->
88
99
108108 <mkdir dir =" ${ dist.home } " />
109109 <copy file =" ../LICENSE"
110110 todir =" ${ dist.home } " />
111- <copy file =" RELEASE-NOTES.txt"
111+ <copy file =" ${ basedir } / RELEASE-NOTES.txt"
112112 todir =" ${ dist.home } " />
113113 <antcall target =" jar" />
114114 </target >
Original file line number Diff line number Diff line change 1+ <project default =" java:jar" >
2+
3+ <preGoal name =" dist:build-bin" >
4+
5+ <copy todir =" ${maven.build.dir}/${maven.final.name}/bin/${maven.final.name}" >
6+ <fileset dir =" ${basedir}" >
7+ <include name =" RELEASE-NOTES.txt" />
8+ </fileset >
9+ </copy >
10+
11+ </preGoal >
12+
13+ <preGoal name =" dist:build-src" >
14+
15+ <copy todir =" ${maven.build.dir}/${maven.final.name}/src/${maven.final.name}" >
16+ <fileset dir =" ${basedir}" >
17+ <include name =" RELEASE-NOTES.txt" />
18+ </fileset >
19+ </copy >
20+
21+ </preGoal >
22+
23+ </project >
Original file line number Diff line number Diff line change 44 <extend >../project.xml</extend >
55 <name >Codec</name >
66 <id >commons-codec</id >
7- <currentVersion >1.1-rc1 </currentVersion >
7+ <currentVersion >1.1</currentVersion >
88 <inceptionYear >2002</inceptionYear >
99 <shortDescription >
1010 A collection of simple and common encoders and decoders
1111 </shortDescription >
1212 <description >
13- The codec package contains a few very simple encoder and decoders for
13+ The codec package contains simple encoder and decoders for
1414 various formats such as Base64 and Hexadecimal. In addition to these
1515 widely used encoders and decoders, the codec package also maintains a
1616 collection of phonetic encoding utilities.
2222 <name >1.1-rc1</name >
2323 <tag >CODEC_1_1_RC1</tag >
2424 </version >
25+ <version >
26+ <id >1.1</id >
27+ <name >1.1</name >
28+ <tag >CODEC_1_1</tag >
29+ </version >
2530 </versions >
31+ <branches >
32+ </branches >
2633
2734 <developers >
2835 <developer >
9299 </repository >
93100
94101 <build >
102+
95103 <unitTest >
96104 <includes >
97105 <include >**/*Test.java</include >
You can’t perform that action at this time.
0 commit comments