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 77ab354 commit 4c65bdbCopy full SHA for 4c65bdb
modules/JavaLoader/readme.txt renamed to readme.txt
workbench/build.xml
@@ -66,6 +66,8 @@
66
<copy todir="${dir.build}" encoding="UTF-8">
67
<fileset dir="modules/${module.name}" />
68
</copy>
69
+ <!-- Copy readme -->
70
+ <copy todir="${dir.build}" encoding="UTF-8" file="readme.txt" encoding="UTF-8" overwrite="true" />
71
72
<!-- Replace Build Numbers -->
73
<replaceregexp match='@build.number@' replace="${build.number}" flags="ig" byline="true" encoding="UTF-8">
0 commit comments