Skip to content

Commit 346d24d

Browse files
committed
#0000 Review: Optimization and corrections
1 parent d643daf commit 346d24d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

development/build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@
206206
match="(Seanox Devwex )\d+(\.\d+)*" flags="g" byline="false"
207207
replace="\1${release.version.current}"/>
208208
<replaceregexp file="${workspace}/README.md"
209-
match="(seanox-${ant.project.name}-(?:test-)*)\d+(?:\.\d+)*((?:-src)*\.zip)" flags="g" byline="false"
209+
match="(seanox-${ant.project.name}-)\d+(?:\.\d+)*((?:-win)*\.zip)" flags="g" byline="false"
210210
replace="\1${release.version.current}\2"/>
211211
</target>
212212

0 commit comments

Comments
 (0)