Dear list,<div><br></div><div>just to be sure: the files under the previously mentioned "resources" folders are auto-generated, that is, they don't belong into the source repository. Am I wrong? A look into the build scripts, in concrete, opencms-core/modules/build-single.xml strongly suggest so:<div>

<br></div><div><div>    <target name="compile-gwt" depends="init, builddeps, get-dependency-paths" description="Compiles GWT ${module.gwt} module"></div></div><div>    [...]</div><div>
<div>
                    <sequential></div><div>                        <echo message="Deleting GWT output folder: ${module.gwt.output}"/></div><div>                        <delete dir="${module.gwt.output}" failonerror="false" /></div>

</div><div>    [...]</div><div>    </target></div><div><br></div><div><br></div><div>Regards</div><div><br></div><div><div><div>Alberto<br></div>
<br><br><div class="gmail_quote">2012/11/21 Tobias Herrmann <span dir="ltr"><<a href="mailto:t.herrmann@alkacon.com" target="_blank">t.herrmann@alkacon.com</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">


  
    
  
  <div bgcolor="#FFFFFF" text="#000000">
    <div><br>
      the modules you mention are all GWT based modules and the files
      contain javascript and css generated by GWT and needed for the
      user interface. If you delete those, none of the new editors and
      dialogs would work. But you will only need them on your workplace
      server, where editing content takes place.<br><pre cols="300"></pre>
      Am 21.11.2012 09:35, schrieb Schliemann, Kai:</div><blockquote type="cite"><div><div class="h5"><pre>most ADE modules (e.g. org.opencms.ade.containerpage, org.opencms.ade.contenteditor, org.opencms.ade.editprovider...) hold a lot of cache files in a subfolder "resources".
An example file name is "0326AF455425F6065C00E0361659A798.cache.png".
</pre></div></div></blockquote></div></blockquote></div><br></div></div></div>