File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1
- == Version 1.1: In Development ==
1
+ == Version 1.2: In Development ==
2
+
3
+ == Version 1.1: Released Jun 30 2007 ==
2
4
3
5
* Hamcrest Generator now includes JavaDoc and parameter names in generated code
4
6
by using QDox to parse the source code.
Original file line number Diff line number Diff line change 179
179
<include name =" lib/**" />
180
180
<include name =" *.txt" />
181
181
<include name =" build.xml" />
182
- <include name =" matchers.xml" />
182
+ <include name =" * matchers.xml" />
183
183
</zipfileset >
184
184
<zipfileset dir =" build" prefix =" hamcrest-${ version } " >
185
185
<include name =" hamcrest-core-${ version } .jar" />
195
195
<include name =" lib/**" />
196
196
<include name =" *.txt" />
197
197
<include name =" build.xml" />
198
- <include name =" matchers.xml" />
198
+ <include name =" * matchers.xml" />
199
199
</tarfileset >
200
200
<tarfileset dir =" build" prefix =" hamcrest-${ version } " >
201
201
<include name =" hamcrest-core-${ version } .jar" />
260
260
</sequential >
261
261
</macrodef >
262
262
263
- </project >
263
+ </project >
You can’t perform that action at this time.
0 commit comments