mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

ctissot
06.39.2009 c24b874383ea29416e9afbb0912a043fe0de8eee
Fix for issue 3695:  The example plugin ant file does not handle properly message creation on windows
1 files modified
2 ■■■ changed files
opends/resource/admin/example-plugin/build.xml 2 ●●● patch | view | raw | blame | history
opends/resource/admin/example-plugin/build.xml
@@ -294,7 +294,7 @@
             !   in the messages directory
             ! -->
            <mkdir dir="${classes.dir}/messages" />
            <for param="file" delimiter=":" list="${msg.dir.list}">
            <for param="file" delimiter="${path.separator}" list="${msg.dir.list}">
              <sequential>
                <genmsg sourceProps="@{file}" />
                <copy file="@{file}" todir="${classes.dir}/messages"/>