We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d643daf commit 346d24dCopy full SHA for 346d24d
development/build.xml
@@ -206,7 +206,7 @@
206
match="(Seanox Devwex )\d+(\.\d+)*" flags="g" byline="false"
207
replace="\1${release.version.current}"/>
208
<replaceregexp file="${workspace}/README.md"
209
- match="(seanox-${ant.project.name}-(?:test-)*)\d+(?:\.\d+)*((?:-src)*\.zip)" flags="g" byline="false"
+ match="(seanox-${ant.project.name}-)\d+(?:\.\d+)*((?:-win)*\.zip)" flags="g" byline="false"
210
replace="\1${release.version.current}\2"/>
211
</target>
212
0 commit comments