Skip to content

Commit 256d06c

Browse files
Lubos KoscoLubos Kosco
authored andcommitted
jflex 1.5.1
1 parent 754207c commit 256d06c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ Copyright (c) 2005, 2011, Oracle and/or its affiliates. All rights reserved.
117117
<property name="excludes" value="org/opensolaris/opengrok/management/client/**"/>
118118
</target>
119119

120-
<property name="jflex-version" value="1.5.0"/>
120+
<property name="jflex-version" value="1.5.1"/>
121121
<path id="lib.search.path">
122122
<pathelement path="${user.home}/.ant/lib"/>
123123
<pathelement path="${java.class.path}"/>
@@ -643,7 +643,7 @@ Copyright (c) 2005, 2011, Oracle and/or its affiliates. All rights reserved.
643643
<delete dir="${test.svn}"/>
644644
<delete dir="${build.test.reposroots}/svn"/>
645645
<mkdir dir="${build.test.reposroots}"/>
646-
<exec executable="svnadmin" failifexecutionfails="true">
646+
<exec executable="svnadmin" failifexecutionfails="false">
647647
<arg value="create"/>
648648
<arg value="${build.test.reposroots}/svn"/>
649649
</exec>

0 commit comments

Comments
 (0)