Skip to content

Commit d7df225

Browse files
author
joe.walnes
committed
Merged changes from release branch back to trunk.
1 parent da09c48 commit d7df225

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

CHANGES.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
== Version 1.1: In Development ==
1+
== Version 1.2: In Development ==
2+
3+
== Version 1.1: Released Jun 30 2007 ==
24

35
* Hamcrest Generator now includes JavaDoc and parameter names in generated code
46
by using QDox to parse the source code.

build.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@
179179
<include name="lib/**"/>
180180
<include name="*.txt"/>
181181
<include name="build.xml"/>
182-
<include name="matchers.xml"/>
182+
<include name="*matchers.xml"/>
183183
</zipfileset>
184184
<zipfileset dir="build" prefix="hamcrest-${version}">
185185
<include name="hamcrest-core-${version}.jar"/>
@@ -195,7 +195,7 @@
195195
<include name="lib/**"/>
196196
<include name="*.txt"/>
197197
<include name="build.xml"/>
198-
<include name="matchers.xml"/>
198+
<include name="*matchers.xml"/>
199199
</tarfileset>
200200
<tarfileset dir="build" prefix="hamcrest-${version}">
201201
<include name="hamcrest-core-${version}.jar"/>
@@ -260,4 +260,4 @@
260260
</sequential>
261261
</macrodef>
262262

263-
</project>
263+
</project>

0 commit comments

Comments
 (0)