<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1">
  <title></title>
</head>
<body text="#000000" bgcolor="#ffffff">
I need to do a presentation to a client (with editing and publishing
contents) while still continue developing.<br>
So, I want to "clone" the module to avoid interferences.<br>
N.<br>
<br>
Joachim Arrasz wrote:<br>
<blockquote type="cite"
 cite="mid58891.212.227.35.68.1074236304.squirrel@synyx.de">
  <pre wrap="">Hi,


  </pre>
  <blockquote type="cite">
    <pre wrap="">The ugly way to do this would be to export the module, unzip it, change
 the package identifiers (e.g. com.foo.mod1 becomes com.foo.mod2) and
then re-zip it with the new package name.
    </pre>
  </blockquote>
  <pre wrap=""><!---->

another ugly way can be to import the module, then create a project and
synchronize the folder against a folder in filesystem. Then do a bit
refactoring and synchronize again. Now you have a "new module".
But for what reasons you would do this?

Bye

Joachim Arrasz

Synyx oHG

  </pre>
</blockquote>
</body>
</html>