Menu

#48 xhtml file coming with freemindbrowser is not copied

closed
nobody
None
5
2006-01-18
2005-06-15
Eric L.
No

Hi,

the relatively new xhtml example coming with the
freemindbrowser applet is not copied currently (it has been
forgotten), the following should be changed in build.xml:

@@ -303,7 +298,7 @@
<copy file="${src}/freemind.properties"
tofile="${src}/user.properties"/>
<copy todir="${dist}/browser" >
<fileset dir="${src}/html">
- <include name="*.html"/>
+ <include name="*.*html"/>
</fileset>
</copy>
</target>

Hope this helps, Eric

(no file attached, on purpose...)

Discussion

  • Christian Foltin

    Logged In: YES
    user_id=885594

    integrated, thanks

     
  • Christian Foltin

    • status: open --> closed
     

Log in to post a comment.