sweetstuff4u / zaplink

Automatically exported from code.google.com/p/zaplink
0 stars 0 forks source link

When exporting Package with sub-package, package name is present twice #48

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. export a package with a sub-package

What is the expected output?
Sub-package name appears once.
Parent package name appears once.

What do you see instead?
Sub-package name ZTBE-BC appears twice.
Parent package name ZTBE appears twice.

Exemple :
 <ZL_OBJECT NAME="ZTBE" TYPE="DEVC" VERSION="1.0">
  <DIRECTORY .../>
  <RAW>
   <A0_MAINDATA CTEXT="Central tools of Taryck BENSIALI"  .../>
   <PACKAGES>
    <ITEM>
     <ZL_OBJECT NAME="ZTBE-BC" TYPE="DEVC">
      <DIRECTORY .../>
      <RAW>
       <A0_MAINDATA DEVCLASS="ZTBE-BC" ... PARENTCL="ZTBE" .../>
      </RAW>
     </ZL_OBJECT>
    </ITEM>
   </PACKAGES>
  </RAW>
 </ZL_OBJECT>

Original issue reported on code.google.com by taryck%b...@gtempaccount.com on 17 Mar 2010 at 6:10

GoogleCodeExporter commented 8 years ago

Original comment by taryck%b...@gtempaccount.com on 18 Mar 2010 at 5:02